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

#CellBG{
	position: absolute; 
	width: 100px; 
	height: 100px; 
	top: 165px; 
	z-index: 5; 
	left:0px
}


#ContactForm{
	position: absolute; 
	width: 864px; 
	height: 100px; 
	top: 300px; 
	z-index: 10; 
	left:33px
}

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

