body {
	margin: 25px 0 0 0;
	padding: 0;
	background-color: #000000;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
a:link, a:visited {
	color: #69b0ee;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}


#header {
	height: 63px;
	clear: both;
	width: 946px;
	margin-left: -473px;
	position: absolute;
	left: 50%;
	margin-bottom: 35px;
}
.showLogo { float: left; }

.channelLogo { float: right; }
#interactiveFrame {
	height: 559px;
	width: 984px;
	background-image: url(../images/bg_upperframe.png);
	background-repeat: no-repeat;
	position: absolute;
	margin-left: -492px;
	left: 50%;
	top: 123px;
	clear: both;
	padding-top: 6px;
	padding-left: 6px;
}




#interactive {
	text-align:center;
}
#infoFrame {
	position: absolute;
	width: 984px;
	left: 50%;
	top: 680px;
	margin-left: -492px;
	height: 246px;
	background-image: url(../images/bg_lowerframe.png);
	background-repeat: no-repeat;
}
#infoFrame .infoWrapper .text {
	line-height: 18px;
	padding-left: 9px;
}

.infoWrapper {
	padding-top: 20px;
	padding-right: 21px;
	padding-bottom: 10px;
	padding-left: 14px;
}



#noflash {
	position:absolute;
	top:50%;
	left:50%;
	height:80px;
	width:500px;
	margin-left:-250px;
	margin-top:-40px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#EEEEEE;
}

#noflash a:link, #noflash a:visited {
	color:#FDBA4E;
	text-decoration:underline;
}

#noflash a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.padBase { margin-bottom: 20px; }


.clearFix {
	font-size: 1px;
	clear: both;
}
