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

html, body {
	margin:0; padding:0;
	height:100%;
}
 
body {
	background:#fff url(imgs/main_bkg.jpg) repeat-x 0 0;
}
 
img {
	border:none;
} 
 
#floater {
	position:relative; float:left;
	height:35%;	margin-bottom:-200px;
	width:1px;
}
 
#centered {
	position:relative; clear:left;
	height:620px; width:80%; max-width:902px; min-width:902px; _width:902px;
	margin:0 auto;
	background:#fff;
	/*border:2px solid #521600;*/
	border:4px solid #fffce9;
}
 



