@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-color:#000;
	color:#000;
	text-align:center; /* horizontal centering for IE Win quirks */
}

#distance { 
	width:1px;
	height:50%;
	background-color:#FFF;
	margin-bottom:-266px; /* half of container's height PLUS the 44px which the footer is bigger than navbar */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:376px;
	width:678px;
	clear:left;
}

#container div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
}

img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#footer { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	letter-spacing:-0.5px;
	text-align:left;
}

#footer a {
	color:#FFF;
}

.heading {
	font-size:13px !important;
	letter-spacing:-0.5px
}

#header { width:575px;height:21px;padding:7px 10px 0px 10px;margin-bottom:10px; }
