/* 
Centering hack courtesy of:
http://perishablepress.com/press/2007/09/25/absolute-horizontal-and-vertical-centering-via-css/ 
*/
html, body {
height: 100%;
font-size: 62.5%;
}
body {
text-align: center;   
padding: 0; 
margin: 0;
font-family: 'Helvetica Neue', 'Helvetica', 'Arial', Sans-serif;
}
#distance {
margin-bottom: -10em; 
background: red; 
width: 1px; 
height: 50%;
float: left;
}
#content {
position: relative;   
text-align: left;
height: 20em;    
width: 80em;
margin: 0 auto;  
clear: left;
}

.info {
    font-size: 5em;
letter-spacing: -0.05em;
}


a { text-decoration: none; color: #3274d0;}
a:hover { text-decoration: underline; }
