html, body {
	margin:0px;
	padding:0px;
	background-color:#5579b9;
	font-family:Trebuchet MS, Verdana, Arial;
	font-size:13px;
	color:#ffffff;
	height:100%;
}

form {
	margin:0px;
}

a:link, a:active, a:visited {
	font-family:Trebuchet MS, Verdana, Arial;
	font-size:13px;
	color:#ffffff;
	text-decoration:underline;
}

a:hover {
	font-family:Trebuchet MS, Verdana, Arial;
	font-size:13px;
	color:red;
	text-decoration:underline;
}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-375px; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:725px;
	width:100%;
	clear:left;
}

#distance2 { 
	width:1px;
	height:50%;
	margin-bottom:-335px; /* half of container's height */
	float:left;
}

#container2 {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:650px;
	width:100%;
	clear:left;
}