.html, body {
	background-image:url(../images/main.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	overflow-x:hidden;
}
#header {
	position:absolute;
	width:1014px;
	height:221px;
	z-index:3;
	left: 0px;
	top: 0px;
}
#navBar {
	position:absolute;
	width:207px;
	height:576px;
	z-index:4;
	left: 6px;
	top: 181px;
}
#stage {
	position:absolute;
	background-image:url(../images/stage.jpg);
	background-repeat:no-repeat;
	width:827px;
	height:611px;
	z-index:1;
	left: 223px;
	top: 163px;
}
#stageChange {
	position:absolute;
	width:827px;
	height:611px;
	z-index:2;
	left: 221px;
	top: 163px;
}
#linksDiv {
	position:absolute;
	width:780px;
	height:611px;
	z-index:2;
	left: 221px;
	top: 163px;
}
#onyxLayer {
	position:absolute;
	overflow:scroll;
	text-align:justify;
	width:758px;
	height:510px;
	z-index:-1;
	top: 241px;
	left: 234px;
}
