	html, body {
		height:90%;
		vertical-align:top;
		}

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

	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:100%;
		width:850px;
		clear:left;
		}
		
	#outer {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		width:100%;
		
		}
		
	#inner {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		width:90%;
		clear:both;
		}

