﻿.mainwrapper {
	background-color: #521F20;
	position: absolute;
	height: 2000px;
	width: 100%;
	left: 0px;
	top: 0px;
	visibility: visible;
	z-index: 0;
}

.innerwrapper {
	background-color: #ffffff;
	position: relative;
	height: 1982px;
	width: 960px;
	visibility: visible;
	z-index: 1;
}
