.footerBg {
	background-image: url(../img/foot1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
	height: 277px;
	width: 100%;
	left: 90%;


}
.bgY {
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(../img/bgY.jpg);
	position: absolute;
	z-index: 17;
	left: 0px;
	top: -275px;
	width: 305px;
	height: 100%;
	visibility: visible;





}
.topBar {
	background-image: url(../img/bgX.jpg);
	background-repeat: repeat-x;
	position: absolute;
	width: 100%;
	left: -200px;
	top: 0px;
	height: 279px;
	visibility: visible;



}
.headNav {
	position: absolute;
	visibility: visible;
	z-index: 5;
	height: 276px;
	width: 567px;
	left: 0px;
	top: 0px;
	background-image: url(../img/scorpHead.jpg);
	background-repeat: no-repeat;

}
