.rootlayer {
	top: 50%;
	right: 50%;
	position: absolute;
	z-index: 1;
}
.menutop {
	height: 32px;
	width: 760px;
	position: absolute;
	left: -380px;
	top: -200px;
	z-index: 2;
}
.main {
	background-color: #FFFFFF;
	height: 336px;
	width: 760px;
	position: absolute;
	left: -380px;
	top: -168px;
	z-index: 2;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.menubottom {
	position: absolute;
	height: 32px;
	width: 760px;
	left: -380px;
	top: 168px;
	z-index: 2;
}
BODY {
	background-color: #FFFFFF;
	background-image: url(pix/bg.gif);
	background-repeat: repeat;
}