@charset "utf-8";
#pageContainer, #mainbody, body, html {
	min-height:100%;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color:#000;
}
.thrColFixHdr #light {
	position:absolute;
	top:0px;
	right:415px;
	width: 880;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#container {
	background-image:url(../pics/background/indexv2/splashbackground.png);
	background-position:top center;
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	width:1280px;
	height:720px;
}
#bgimage {
	background-image:url(images/bg_01_war.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
	width:1280px;
	height:720px;
	position:relative;	
}
#pvplight {
	position:absolute;
	top:0px;
	left:711px;
}
#campcorrid {
	position:absolute;
	top:159px;
	left:224px;
}
#pvefloor {
	position:absolute;
	top:606px;
	left:206px;
}
#rghtmntr {
	position:absolute;
	top:244px;
	left:1007px;
}