/* CSS Document */
*{
padding:0;
margin:0 auto;
}

html, body{
/*\*/
height:100%;
/* */
}

body {
background-color:#0d0d0d;
text-align:center; /* horizontal centering for IE Win quirks */
font:normal 22px Arial;
}

#distance { 
width:1px;
height:50%;
margin-bottom:-340px; /* half of container's height */
float:left;
}

#wrapper{
position:relative; /* puts container in front of distance */
text-align:left;
margin:0 auto;
width:1010px;
height:680px;
clear:left;
background-color:#0d0d0d;
}

a{
color:#E41D01;
text-decoration:none;
}

a:hover{
color:#EEE;
}