/* Kyle Scollin's CSS */

html, body {
	background: #1b3343;
	margin: 0;
	padding: 0;
	height: 100%;
	font: 13px Verdana;
		text-align:center; /* horizontal centering for IE Win quirks.. usually have as justify */
	left: 0px;
}

#distance { 
	width:1px;
	height:50%;
	background-color: #1b3343;
	margin-bottom: -300px; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height: 600px;
	width: 950px;
	clear:left;
	background-color: #a1a8ae;
}

#mainArea {
	margin: 5px auto auto 5px;
}

#buttonArea {
	margin: 5px auto auto 5px;
}

.buttonText {
	font: 10px Verdana;
	color: #1b3343;
}

.white {
	font-weight: bold;
	color: #FFFFFF;
}