html, body
	{
	margin:0; padding:0;
	height:100%;
	}
 
body 	
	{
	background-color:#FFFFFF;
	font-family:arial;
	font-size:12px;
	}
 
#floater 
	{
	position:relative; float:left;
	height:50%;	margin-bottom:-260px;
	width:1px;
	}
 
#centered
	{
	position:relative; clear:left;
	height:520px; width:860px;
	margin:0 auto;
	background:#fff;
	padding:5px;
	border:0px solid #800000;
	}
 
#bottom
	{
	position:absolute;
	bottom:0; right:0;
	text-align:right;
	}

.rbg	{background:#FF0000; color:#FFFFFF; font-weight:700;}
.rbgb	{background:#FF0000; color:#000000; font-weight:700;}
