 body {
	background-color: #cccccc;
}
 
 .centeredImage {
   
    text-align:center;
    margin-top:5%;
    margin-bottom:0px;
    padding:0px;
}

.menuText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #652D90;
}

#headerLayer { 
	position: absolute;
	left: 155px;
	top: 28px;
	width: 942px;
	height: 224px;
	z-index: 4;
}

#linksLayer {
	position:absolute;
	width:240px;
	height:23px;
	z-index:1;
	left: 122px;
	top: 330px;
	visibility: visible;
}

#menuLayer {
	position: absolute;
	left: 155px;
	top: 280px;
	width: 214px;
	height: 503px;
	z-index: 3;
}

#bodyLayer {
	position: absolute;
	left: 390px;
	top: 280px;
	width: 706px;
	height: 503px;
	z-index: 5;
}
