/* CSS Document */
* {
    margin:0;
    padding:0;
}
html, body {
    height:100%;
}
/* CONTENT */
div#global {
	margin:0 auto;
    position:relative; 
    text-align:left;
    height:650px;
    width:1000px;
    clear:left;
    background-color:#ffffff;
}
div#distance { 
    width:1px;
    height:50%;
    background-color:#000;
    margin-bottom:-310px;
    float:left;
}



