@charset "utf-8";
#main {
	background-color: #000;
	height: 714px;
	width: 1005px;
	margin-left: -502px;
	position: absolute;
	left: 50%;
	z-index: 2;
}
#Lighting {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: -1;

}
#Shadow {
	position: absolute;
	height: 754px;
	width: 1085px;
	margin-top: -317px;
	z-index: 1;
	margin-left: -400px;
}

body {
	margin: 0px;
	background-color: ##000;
	background-attachment: fixed;
	background-repeat: repeat;
}


#pageDIV {
	margin-top:10px;
}