@charset "utf-8";
/* CSS Document */

html, body {
	margin:0; padding:0;
	height:100%;
}
 
body {
	background:#000;
	font-family:"Times New Roman", Times, serif;
}
 
#floater {
	position:relative; 
	float:left;
	height:50%;	
	margin-bottom:-325px;
	width:1px;
}
 
#centered {
	position:relative; 
	clear:left;
	height:650px; 
	width:500px;
	margin:auto;
	background:#fff;
}
 
#content {
	position:absolute; 
	overflow:auto; 
	height:650px;
	padding:0px; 
	margin:0px;
}