@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
}
#leftshadow {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 10px;
	height: 605px;
	margin: 0px 0px 0px -460px;
}
#rightshadow {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 10px;
	height: 605px;
	margin: 0px 0px 0px 450px;
}
#whiteback {
	background: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 900px;
	height: 500px;
	margin: 0px 0px 0px -450px;
	z-index: 1;
}
#topcontainer {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 900px;
	height: 392px;
	margin: 0px 0px 0px -450px;
	z-index: 2;
	overflow: hidden;
}
#contentframe {
	position: absolute;
	top: 335px;
	left: 50%;
	width: 900px;
	margin: 0px 0px 0px -450px;
	z-index: 3;
}