* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
	font-family: helvetica, arial, tahoma, sans serif;
	font-size: small;
}
html {
	background: #40A52B url(images/background.jpg) center center no-repeat;
}
body {
	text-align:center; /* horizontal centering for IE Win quirks */
}
#distance {
	width:1px;
	height:50%;
	background-color: transparent;
	margin-bottom:-300px; /* half of container's height */
	float:left;
}
#container {
	background: #fff;
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:600px;
	width:1000px;
	clear:left;
	-webkit-box-shadow: 0px 0px 6px #333;
	-moz-box-shadow: 0px 0px 6px #333;
	-o-box-shadow: 0px 0px 6px #333;
	box-shadow: 0px 0px 6px #333;
}
#footer {
	width: 1000px;
	margin: 0 auto;
	color: #80B196;
	text-align: right;
	padding: 5px 0;
	font-size: 85%;
}
#footer span {
	color: #5f8b73;
}
a {
	color: #5f8b73;
	text-decoration: none;
}
a:hover {
	color: #80B196;
	text-decoration: none;
}

