/* CSS Document */
#WBody{
	position: relative;
	margin:auto;
	align: center;
	width: 907px; 
	height: 1180px; 
	z-index: 3; 
	background-color:#FFFFFF;
	overflow: hidden;
}

#CellBG{
	position: absolute;
	width: 100px;
	height: 1000px;
	top: 165px;
	z-index: 5;
	left: 0px;
	background-color: #FFFFFF;

	
}

#PageText{
	position: absolute;
	width: 600px;
	height: 1000px;
	z-index: 6;
	left: 33px;
	top: 190px;
}

#BlueBar{
	position: absolute;
	width: 907px;
	height: 30px;
	top: 1110px;
	z-index: 6;
}
