html, body 	{
			margin:0; padding:0;
			background:#000000;
			height:100%;
}
 
#content	{
			clear:both; 
			height:240px; 
			position:relative; 
			text-align:center; 
			font-family:sans-serif;
}

p 		{
			color: #ffffff; 
			font-size: 24px; 

}

#centered 	{
			position:relative;
			clear:left;
			height:400px;
			width:80%;
			max-width:800px;
			min-width:400px;
			margin:0 auto;
}

#floater 	{
			position:relative;
			float:left;
			height:50%;
			margin-bottom:-200px;
			width:1px;
}