
body { background: #FFFFFF;color:#000000; height: 100%;
	text-align:center;/* for IE */
}
html { height: 100%; }

#global { height: 100%; margin-left: auto; margin-right: auto; text-align: left; }

#distance { 
	width:1px;
	height:50%;
	background-color:#FFF;
	margin-bottom:-40px; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	width:380px;
	height:80px;
	clear:left;
	background-color:#FFF;
	overflow: hidden;
}
