/*
CSS AUTHOR Tracy Turner
LINES 5 & 6 correct an IE6 transparency issue
*/
img, div { behavior: url(iepngfix.htc) }
img, div, a, input { behavior: url(iepngfix.htc) }
body{
	text-decoration: none; 
	background-repeat: repeat-x; 
	margin-left: 0px; 
	text-align: left;
	margin-top: 0px; 
	margin-bottom: 0px; 
	font-size: 12px; 
	background-image:url(images/newBG.png);	
	/*background-image:url(images/mainBG.png);*/
	font-weight: normal; 
	color: #000000; 
	font-family: Arial, Tahoma, Sans Serif; 
	background-position: center top; 
	margin-right: 0px; 
	background-attachment: scroll;
	height:100%; 
}
.mainContainer{
width:990px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	clear:both;
}
.tabs{
	/*background-image:url(images/shadowTop.png);*/
	background-repeat:no-repeat;
	background-position:center bottom;
	margin-left:auto;
	margin-right:auto;
	width:990px;
	height:70px;
  	/*height:100px;*/
	/*height:135px;*/
  	overlow:hidden;
}
.tabSpacer{
	background-image:none;
	background-repeat:no-repeat;
	background-position:center bottom;
	margin-left:auto;
	margin-right:auto;
	width:990px;
	height:25px;
	overlow:hidden;
}
.tabImages{
	background-image:url(images/shadowTop.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	margin-left:auto;
	margin-right:auto;
	width:990px;
	height:45px;
	overlow:hidden;
}
.tabImages img{
verticle-align:bottom;
margin:0;
padding:0;
border:solid 0px red;
}
.playerBody{
	width:990px;
	height:692px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/tracemanBG.png);
	background-repeat:no-repeat;
	background-position:center top;
	overflow:hidden;
}
.innerContent{
	position:relative;
	width:990px;
	margin-left:auto;
	margin-right:auto;
	height:67px;
	overflow:hidden;
	background-color:transparent;
}
.pageTitle{
position:relative;
clear:both;
	float:left;
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight:600;
	letter-spacing:0.5px;
	border:solid 0px red;
	left:23px;
	/*margin-left:23px;*/
	margin-top:15px;
	width:250px;
	overflow:hidden;
	background-color:transparent;
}
.subTitle{
	float:none;
	color:#999999;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:normal;
	letter-spacing:-0.4px;
}
.nowPlaying{
position:relative;
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	font-weight:normal;
	letter-spacing:0.5px;
	margin-left:43px;
	margin-top:23px;
	width:575px;
	height:30px;
	float:left;
	overflow:hidden;
}
.songInfo{
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight:800;
	margin-left:10px;
	letter-spacing:0.5px;
	float:none;
}
.launch{
	position:relative;
	margin-top:15px;
	margin-left:25px;
	float:left;
}
.bodyMain{
	position:relative;
	width:952px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	height:550px;
	overflow:hidden;
}
.footerStuff{
	margin-top:48px;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
}	
.footerStuff a,.footerStuff a:link,.footerStuff a:active,.footerStuff a:visited {
	color:#9C9C9C;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
	text-decoration:none;
	width:auto;
}
.footerStuff a:hover {
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
	text-decoration:none;
	width:auto;
}