* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	background-image:url(../pix/bg_pattern.jpg);
	background-repeat: repeat;
	background-color: #C8EAF6;
	text-align:center; /* horizontal centering for IE Win quirks */
	font-family: 'Trebuchet MS', 'Calibri', Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #919388;
}
#distance {
	width:1px;
	height:50%;
	background-color:#fc6;
	margin-bottom:-300px; /* half of container's height */
	float:left;
}
#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:right;
	height:600px;
	width:1060px;
	clear:left;
	border-style:solid;
	border-color:#919388;
	border-width:1px;
}
