* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}
body {
	background-color:#fff;
	color:#630;
	font:100.01%/1.4 sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
}

#distance { 
	width:1px;
	height:50%;
	background-color:#fff;
	margin-bottom:-350px; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:700px;
	width:900px;
	clear:left;
	border: 0px #006600 solid;
}

#header {
	margin:0;
	width:100%;
	height: 75px;
	border: 0px #ff0000 solid;
}

#content {
	border:0px solid #00ff00;
	margin:0;
	height: 440px;
	width: 100%;
}

#content_left {
	float: left;
	position: relative;
	border: 0px #ff0000 solid;
	height: 420px;
	width: 148px;
	padding: 10px 5px;
}
#content_left_inner {
	border: 0px #550000 solid;
	position: absolute;
	bottom:15px;
}

#content_main {
	float:left;
	border: 0px #00ff00 solid;
	height: 420px;
	width: 545px;
	padding: 10px 15px;
	margin-left:1px;


}

#content_right {
	position: relative;
	float:right;
	border: 0px #000044 solid;
	height: 420px;
	width: 148px;
	padding: 10px 5px;
}

#content_right_inner {
	border: 0px #550000 solid;
	position: absolute;
	bottom:15px;
}

#prefooter {
	background-color:#f0f3f8;
	border: 0px #ff00ff solid;
	margin: 10px 0 15px 0;
	padding: 0;
	width:900px;
	height: 10px;
	text-align: center;
	font-size: 10px;	
}

#footer {
	margin:0;
	width:900px;
	height: 50px;
	border: 0px #ff0000 solid;
	padding: 0px 0px 15px 0px;

}

#subfooter {
	width: 300px;
	border: 0px #00ff00 solid;
	padding: 0;
	margin: 10px 0 0 600px ;
}

