@charset "UTF-8";
body {
	background-color: #ffffff;
	margin: 0px;
}
#outercontainer {
	height: 100%;
	width: 100%;
	position: absolute;
}

#maincontainer {
	height: 100%;
	width: 1000px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -500px;
	margin-top: 0px;
}

