html, body {
	height: 100%;
	overflow-y: hidden;
}

body {
	background-color: #333333;
	text-align: center; /* horizontal centering for IE Win quirks */
}

#distance { 
	height: 50%;
	width: 1px;
	margin-bottom: -350px;
	float: left;
}

#container {
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	height: 600px;
	width: 800px;
	clear: left;
	border: 1px solid black;
}

td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
}

.small {
	font-size: 11px;
}

.button {
	background-color: #5D5E62;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	border: 1px solid #333333;
}

a {
	color: white;
}

input,select,textarea {
	border: 2px solid #5D5E62;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5D5E62;
}

.pad {
	padding-left: 3px;
}

ul {
	margin-top: 0;
	padding-top: 0;
}

li {
	margin-top: 10px;
}
