@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	height:100%;
}
 
body {
	background-color: #000;



}
 
#floater {
	position:relative;
	float:left;
	height:50%;
	margin-bottom:-265px;
	width:1px;
}
 
#centered {
	position:relative;
	clear:left;
	height:530px;
	width:980px;
	margin:0 auto;
}
 
#content {
	height:530px;
	width: 980px;
}

