html, body { height: 100%; }
body {
	font: normal 100%/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
	text-align: center;
	background-color: #282827;
}

#floater { float: left; height: 50%; margin-bottom: -275px; width: 1px; }
#wrapper { text-align: left; height: 550px; position: relative; width: 960px; margin: 0 auto; clear: left;}

#seo { 	
position: absolute; 
top: -9000px; 
left: -9000px; 
height: 0;
}

