body, html{
	height:100%;
}
body{
	text-align:center;
	margin:0;
	padding:0;
	background-color: #fbfcf7;
}
#distance { 
	width:1px;
	height:50%;
	margin-bottom:-146px; /* half of container's height */
}
#intro{
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:292px;
	width:950px;
	background-color:#333333;
}
