* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
	}

body {
	background-color:#000000;
	font:100.01%/1.4 sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
	}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-340px; /* half of container's height */
	float:left;
	}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:580px;
	width:1100px;
	clear:left;
	border: 4px solid #F3DF16;
}
	
#content {
	border:5px solid #000000;
	background-color:#FFFFFF;
	padding:35px;
	height:500px;
}

#info p {
	margin-bottom:0.6em;
}

#info h1 {
	font-size:1.2em;
	margin-top:1.5em;
	margin-bottom:0.6em;
	width:15em;
}

#logo {
	margin-bottom:5px;
}

#map {
	float:right;
	border:none;
}

#footer {
	text-align:center;
	margin-top:3em;
}
