.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: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.menutop .text {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	width: 500px;
	height: 336px;
	overflow: auto;
	text-align: justify;
	padding-right:10px;
	z-index:3;
}
.menutop .text h1 {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 3px;
	margin-left: 14px;
	margin-right: 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;
}
