/* CSS Document */
* {
    margin:0;
    padding:0;
}
html, body {
    height:100%;
}
/* CONTENT */
div#global {
	margin:0 auto;
    position:relative; 
    text-align:left;
    height:620px;
    width:820px;
    clear:left;
    background-color:#ffffff;
	background-image: url(../images/bg.jpg);
}
div#flash {
	margin: 10px;
	background-color: #ffffff;
}
div#distance { 
    width:1px;
    height:50%;
    background-color:#000;
    margin-bottom:-300px;
    float:left;
}



