
* {
	margin:0;
	padding:0;
}
 
html, body {
	margin:0;
	padding:0;
	height:100%;
	background: #deded5 url(/images/bg.gif) repeat;
}


#distance { 
	width:1px;
	height:50%;
	margin-bottom:-185px; /* half of container's height */
	float:left;
}


#wrapper {
	width:639px;
	height:370px;
	clear:left;
	margin:0 auto;
	position:relative;
}

