#header img { 

	behavior: url(../iepngfix.htc); 
}

body {	

	padding: 0;
	margin: 0;
		
	background-color: #000000;
	
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	color: #000000;
	
	text-align: left;
}	

a {
	
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	
	text-decoration: none;
	color: #ff0000;
}

body div.logo, body div.logo img {
	
	width: 160px;
  	height: 80px;
 	
 	border: 0;
}

body.main a:hover {	color: #ff0000; }
body.main div#page { background-image: url(../images/background-red.jpg); }
body.main div.logo img { background-image: url(../images/logoNav-red.gif); }
body.main .link { color: #ff0000; }
#header .link .main:hover { color: #ff0000; }
.mainColor { color: #ff0000; }
.mainColorBG { background-color: #ff0000; }

body.fashion a:hover {	color: #e400a1; }
body.fashion div#page { background-image: url(../images/background-fashion.jpg); }
body.fashion div.logo img { background-image: url(../images/logoNav-pink.gif); }
body.fashion .link { color: #e400a1; }
#header .link .fashion:hover { color: #e400a1; }
.fashionColor { color: #e400a1; }
.fashionColorBG { background-color: #e400a1; }

body.sports a:hover {	color: #128b03; }
body.sports div#page { background-image: url(../images/background-grass.jpg); }
body.sports div.logo img { background-image: url(..//images/logoNav-green.gif); }
body.sports .link { color: #128b03; }
#header .link .sports:hover { color: #128b03; }
.sportsColor { color: #128b03; }
.sportsColorBG { background-color: #128b03; }

/*ecb701 fe7600 logoNav-orange.gif background-theater.jpg*/
body.entertainment a:hover {	color: #2e6af0; }
body.entertainment div#page { background-image: url(../images/background-blueFilm.jpg); }
body.entertainment div.logo img { background-image: url(../images/logoNav-blue.gif); }
body.entertainment .link { color: #2e6af0; }
#header .link .entertainment:hover { color: #2e6af0; }
.entertainmentColor { color: #2e6af0; }
.entertainmentColorBG { background-color: #2e6af0; }

body.play { background-color: #333333; }

#page {

	position: relative;
	
	margin: auto;
	
	top: 0px;
	left: 0px;
	
	width: 990px;
	height: auto;
		
	background-position: 0px 90px;
	background-repeat: no-repeat;
}

#header {

	position: relative;
	
	top: 0px;
	left: 0px;
	
	width: 990px;
	height: 90px;
	
	overflow: hidden;
}

#header .logo {

	position: absolute;
	
	top: 10px;
	left: 0px;
}

#header .logIn {

	position: absolute;
	
	top: 0px;
	left: 575px;
	
	width: 400px;
	height: 50px;
}

#header .nav {

	position: absolute;
	
	top: 68px;
	left: 215px;
	
	width: 775px;
	height: 20px;
	
	text-align: left;

	overflow: hidden;
}

#header .link {

	position: relative;
	
	top: 0px;
	left: 0px;
	
	width: auto;
	height: auto;
	
	margin-right: 20px;
	
	float: left;
	
	font-size: 10pt;
	font-weight: bold;
}

#mainContent {

	position: relative;
	
	top: 0px;
	left: 0px;
	
	margin: 15px 0px 0px 15px;
	
	width: 645px;
	height: auto;
	
	float: left;
	display: inline;
}

#subContent {

	position: relative;
	
	top: 0px;
	left: 0px;
	
	margin: 15px 15px 0px 0px;
	
	width: 300px;
	height: auto;
	
	float: right;
	display: inline;
}

#footer {

	position: relative;
	
	top: 0px;
	left: 0px;
	
	clear: both;
	
	padding: 5px 10px 0px 10px;
	margin-bottom: 20px;
	width: 970px;
	height: auto;
	
	border-top: 2px solid #4e4e4e;
	
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
}

#footer .nav {

	position: relative;
	
	top: 0px;
	left: 0px;
	
	width: auto;
	height: auto;
	
	float: left;
}

#footer .nav a:hover {

	color: #ff0000;
}

#footer .current {

	color: #ff0000;
}

#footer .copyright {

	position: relative;
	
	top: 0px;
	left: 0px;
	
	width: auto;
	height: auto;
	
	float: right;
}

#popPage {

	position: relative;
	
	top: 0px;
	left: 0px;
	
	width: 450px;
  	height: 455px;
  	
	padding: 20px 25px 25px 25px;
	
	background-color: #ffffff;
	
	overflow: auto;
}		

#popPage a {

	color: red;
	
	text-decoration: none;
}

#popPage a:hover {
	
	color: black;
}

#popPage .header {

	position: relative;
	
	width: 435px;
	height: auto;
	
	margin-bottom: 20px;
	
	text-align: center;
}

#popPage .title {
	
	font-size: 12pt;
	font-weight: bold;
	color: red;
}

#popPage .line {
	
	position: relative;
	
	width: 435px;
	height: 15px;
	
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #dfdfdf;
	
	margin-bottom: 20px;
	
	clear: both;
}

#popPage .link1 {

	position: relative;
	
	width: 215px;
	height: auto;
	
	float: left;
	
	text-align: center;
}

#popPage .link2 {

	position: relative;
	
	width: 215px;
	height: auto;
	
	float: right;
	
	text-align: center;
}

#gameContainer {

	/* border: 2px solid #4e4e4e; */
}

#clearFix {

	clear:both; 
	height:0px; 
	font-size:0px; 
	line-height:0px; 
	margin:0px; 
	padding:0px; 
}
