* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-image: url(hrnky_back.gif);
	background-attachment: fixed;
	color: #806000;
	font-family: sans-serif;
	font-size: medium;
	text-align:center; /* horizontal centering for IE Win quirks */
}

h1 {
	font-size: large;
}

#distance { 
	width:0;
	height:50%;
	margin-bottom:-240px; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:center;
	height:480px;
	width:780px;
	clear:left;		
}

a {
	color: #806000;
	text-decoration: none;
	font-weight: normal;
	font-size:medium;
}
a:hover, a:active {
	color: red;
}


	
