* { margin:0; padding:0; }
body {
  margin:0;
  padding:0;
  background:#333366;
  font: Verdana,arial,Sans-serif;
  color:#333;
  font-size:100%;
  behavior:url(csshover.htc);
}

/* ---------[ START OF FOOTER ]---------- */

#footer  { 
	width: 750px;
	height: 60px;
	background-color: #021323;
	position: relative; 
	overflow: hidden;
	float:left;
}
	
#leftfooter { 
	font-size: 11px; 
	color:#EEE;
	position:relative;
	margin: 5px 0px 5px 0px; 
	padding: 0px; 
	width: 282px; 
	height: 40px; 
	float: left;
	background-position: left;
	text-align:center;
}	

#datetext {
	float: left;
	color: #AAB;
	font-weight: 200;
	margin: 5px 0px 0px;
	padding: 0px 0px 0px 5px;
}

#datetext a  {
	color: #AAB;
	text-decoration:none;
	text-align:center;
}

#datetext a:hover {
		color: #A00;
}
	
#rightfooter { 
	float: right;
	padding: 0; 
	margin: 0 0 0 0px; 
	position: relative; 
	width: 468px; 
	height: 60px; 
	float: right; 
	border-width: 0;
	overflow: hidden;
}

/* ---------[ END OF FOOTER ]---------- */