@charset "utf-8";
/* CSS Document */
* {
	margin:0; 
	padding:0;	
}
html, body {	
	height:100%;
}

body {
	background-color:#000;
	text-align: center; /* horizontal centering for IE Win quirks */
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}
#distance { 
		width:1px;
		height:50%;
		margin-bottom:-180px; /* half of wrapper's height */
		float:left;
		}
#wrapper {
		
		margin:0 auto;
		position:relative; /* puts wrapper in front of distance */
		text-align:center;
		height:360px;
		width:540px;
		clear:left;		
		}a {
	color: #F00;
}
