@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#959595;
	background-image: url(images/UI_background_gradient.png);
	background-repeat: repeat-x;
	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 */
	/*behavior: url(iepngfix.htc);*/
}

ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, 
form, body, html, p, blockquote, fieldset, input, a, img {
	padding: 0;
	margin: 0;
	/*behavior: url(iepngfix.htc);*/
}

.oneColFixCtrHdr #container {
	width: 982px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	overflow: hidden;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*behavior: url(iepngfix.htc);*/
}
.oneColFixCtrHdr #contentContainer {
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
}
.oneColFixCtrHdr #splash_div{
	float: left;
	/*z-index: 2;*/
	width: 100%;
}
.oneColFixCtrHdr #game_div{
	float: left;
}

.oneColFixCtrHdr #bannerHeader {
	margin: 0 auto;
	padding: 5px 0px;
	text-align: center;
	height: 90px;
}
.oneColFixCtrHdr #headerContainer {
	margin: 0;
	padding: 0px;
	/*text-align: center;*/
	height: 161px;
}
.oneColFixCtrHdr #headerContainer_splash {
	margin: 0;
	padding: 0px 0px 40px 0px;
	/*text-align: center;*/
	height: 161px;
	/*behavior: url(iepngfix.htc);*/
}
.oneColFixCtrHdr #headerContainer_game {
	/*clear: both;*/
	margin: 0 auto;
	padding: 0px;
	/*text-align: center;*/
}



.oneColFixCtrHdr #mainContentSizer {
	margin: -132px 0px 0px 0px;
	padding: 0px 0px -3px 0px;
	/*background-color:#000;*/
	background-image: url(images/UI_mainContent_border.png);
	background-repeat: repeat-y;
	/*behavior: url(iepngfix.htc);*/
	/*z-index: -2;*/
	
}
.oneColFixCtrHdr #mainContentSizer_game {
	margin: 0;
	padding: 12px 0px;
	background-color:#000;
	background-image: url(images/UI_game_mainContent_bkg.jpg);
	background-repeat: no-repeat;
	/*behavior: url(iepngfix.htc);*/
	/*position: absolute;*/
}
.oneColFixCtrHdr #mainContent {
	margin: 0 auto;
	text-align: center;
	padding: 0;
	width: 982px;
	z-index: 0;
}
.oneColFixCtrHdr #mainContent_game {
	margin: 0 auto;
	text-align: center;
	padding: 0;
	width: 982px;
}

.oneColFixCtrHdr #mainFooter {
	/*clear: both;*/
	margin: -290px 0px 0px 0px;
	padding: 0;
	width: 982px;
	height: 296px;
	background-image: url(images/UI_mainFooter.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: -1;
	/*behavior: url(iepngfix.htc);*/
}
.oneColFixCtrHdr #mainFooter_game {
	margin: 0;
	padding: 0;
	height: 30px;
	background-image: url(images/UI_game_mainFooter.png);
	background-repeat: no-repeat;
	/*behavior: url(iepngfix.htc);*/
	/*z-index: -2;*/
}
#footer {
	clear: both;
	margin: 0px auto;
	padding: 0;
	text-align: center;
	/*width: 100%;
	height: 102px;*/
}
