* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	font-size: 100.1%;
	font-family: "Helvetica Neue", "Arial", sans-serif;
	text-align: center;
}
#distance {
	width:1px;
	height:50%;
	background-color:transparent;
	margin-bottom:-285px; /* half of container's height */
	float:left;
}
#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:560px;
	width:800px;
	clear:left;
	
	background-position: center;
	background-repeat: no-repeat;
}
img {
	behavior: url('/js/fixPNG.htc');
}
a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.88em;
}
a:link img, a:hover img, a:visited img, a:active img{
	border: none;
}
a, a:hover, a:active, a:visited{
	text-decoration: none;
}
a:hover{
	background-color: black;
	color: white;
}
#navbar{
	position: relative;
	margin: 0 auto;
	top:0px;
	width: 800px;
	
	text-align:center;
	background-color: #ffffff;
	font-size: 0.50em;
	padding-bottom: 0.25em;
	padding-top: 0.25em;
	height: 20px;
}
#navbar a{
	font-weight: bold;
	padding: 0.5em;
}
.hidden {
	visibility: false;
}
