body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #E0D5B7;
	text-align: center;
}

#wrapper {
	width: 1002px;
	height: 489px;
	margin: 15px auto 0 auto;
	background: #E0D5B7;
	text-align: left;
}

#overwrap {
	position: relative;
	left: 0px;
	width: 1002px;
	height: 660px;
}

#before {
	position: relative;
	width: 501px;
	left: 0px;
}

#after {
	position: relative;
	width: 501px;
	left: 501px;
	top: -416px;
}