html, body {  
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #000;
}

* {
	margin:0;
	padding:0;
}

#distance { 
	width:1px;
	height:50%;
	background-color:#000;
	margin-bottom:-339px; /* half of container's height */
	float:left;
}

#flash {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:678px;
	width:990px;
	clear:left;
}	

p {
	padding: 20px 0;
	margin: 0;
	font-size: 9px;
	color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover, a:active {
	color: #fff;
	text-decoration: none;
}