body {
	text-align:center;
	background-color:#ebf3ff;
	margin:0px;
}
	
#content {
	float:center;
	width:859px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	border:1px solid #ff0000;
}
		
#content #subcontent {
	width:849px;
	padding:0px;
	float:left;
	background:#eee;
	border:1px solid #ff0000;
	margin-left:5px;
	margin-top:5px;
}