body {
	background: #fff;
	margin:0;
}
.outer-wrapper {
	position:absolute;
	left: 50%;
	width: 1000px;
	margin-left: -500px; /* half of the width */
	heigth: 800px;
}
