@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%;
}