#banner {
	position: absolute;
	height: 85px;
	width: 100%;
	left: 0px;
	top: 0px;
	text-align: left;
	background-image: url(images/bg/bannerBG.jpg);
}
#navBar {
	position: absolute;
	height: 85px;
	width: 100%;
	left: 0px;
	top: 85px;
	text-align: left;
	background-image: url(images/bg/navBG.jpg);
}
#mainBody {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 170px;
	height: 515px;
	background-color: #6666ff;
}
