 
body  {
	font:80% Arial, Helvetica, sans-serif;
	background: #11102F;
	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 */
	color: #000000;
}
.pgStyle #pageWide {
	height: 450px;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	
	margin-bottom: auto;
	background-image: url(Images/Temp/Header.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}

.pgStyle #headerTop {
	height: 20px;
	width: 900px;
	padding-top: 57px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	
	
}

.pgStyle #headerTop1Intro {
	width: 150px;
	float: right;
	height: 18px;
	vertical-align: middle;
	
}

.pgStyle #containerHome {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(Images/Temp/BGHomePage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 460px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
} 
.pgStyle #mainContentHome {
	margin: 10px 50px 135px 60px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 120px 10px 18px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: justify;
	font-size: 13px;
	
}

.pgStyle #mainContentHome p {
	text-align:right;
	color:#000;
	font-size:1.5em;
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 0px;
	float: left;
	
	font-weight: bold;
	line-height: 1.6em;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 70px;
}

.pgStyle #footerhome {
	background-color: #11102F;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 11px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
} 
.pgStyle #footerhome p {
	color: #FFF;
	text-align: right;
	font-size: 11px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0px;
	vertical-align: middle;
}
.pgStyle #footerhomeLeft  {
	color: #FFF;
	text-align: right;
	font-size: .9em;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 30px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0px;
	float: left;
}

.player {
	
}
.btEnter {
	float: right;
	margin-left: 118px;
	margin-top: 22px;
}
