﻿#outer {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px; 
	;
}

#inner {
position: absolute;
top: -301px;
left: 50%;
margin-left:-400px;
width: 800px;
height: 602px;


}

#wrapper {
	margin: 0 auto;
	width: 800px;
	height: 802px;
}


