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

#container {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -300px;
	min-width: 650px; 
	background-color:#fff;
	/*min-height:100%; width:100%;
	position:relative;
	height: auto !important;*/
}

#content {
	margin:0px auto;
	width:966px;
	background-color:#ee6600;
	text-align:left;
}


