html, body {
	margin:0; padding:0;
	height:100%;
}
 
body {
	font-family:Georgia, Times, serifs;
	background-color: #000000;
}
 
#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-200px;
	width:1px;
}
 
#centered {
	position:relative; clear:left;
	height:170px; width:550px;
	margin:0 auto;
}
  
#content {
	position:absolute; left:0%; right:0; top:0; bottom:0;
	padding:0px; margin:0px;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CC6600;
}
a:active {
	text-decoration: none;
	color: #CC6600;
}
