/* CSS Document */
html {
	height:100%;
}

body {
	
	margin:0px;
	padding:0px;
	height:100%;
	background:url(Images/all_bg.gif);
	
}

table.all_tbl {
	
	height:100%;
	width:596px;
	border-collapse:collapse;
	background-color:#339933;
	
}

table.all_tbl td {
	
	border:1px solid white;
	font-size:12px;
}	

table.all_tbl td table td {
	border:0px;
}	

div.head_rel {
	position:relative;
	height:60px;
	width:468px;
}


div.head_rel div.contacts {
	position:absolute;
	height:15px;
	width:468px;
	top:63px;
	left:0px;
	2border:1px solid red;
	
	font-size:11px;
	color:white;
	text-align:center;
	font-family:Tahoma;
	font-weight:bold;
	
}




