@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0; padding:0;
	height:100%;
}
 
body {
	background:url('') 50% 50% no-repeat #FFF;
	font-family:Georgia, Times, serifs;
}
 
#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-315px;
	width:1px;
}
 
#centered {
	position:relative; clear:left;
	height:630px; width:80%; max-width:1020px; min-width:400px;
	margin:0 auto;
	background:#FFF;
}
 
#bottom {	position:absolute;
	bottom:0; right:0;
}
 

 

#content {
	position:absolute; left:0; right:0; top:0; bottom:0;
}