@charset "utf-8";
/* CSS Document */

a:link {color: #8B0D10; text-decoration:none;}
a:visited {color: #0D0D0F; text-decoration:none;}
a:hover {color: #0D0D0F; text-decoration:none;}
a:active {color: #0D0D0F; text-decoration:none;}

body {
	padding:0px;
	margin:0px;
	background-color:#000;
	background-position: top center;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-image:url(img/bg2.jpg);
	}

.musicplayer{
top: 37px;
left: 50%;
margin-left:14px;
width: 430px;
height:146px;
position: absolute;
z-index:2;
overflow:hidden;
}

.playerbg{
top: 72px;
left: 50%;
margin-left:128px;
width: 316px;
height:32px;
position: absolute;
z-index:1;
}

.nav{
top: 40px;
left: 50%;
margin-left:-344px;
width: 788px;
height:33px;
position: absolute;
z-index:8;
background-image:url(img/navbg.png);
}

.logo{
top: 0px;
left: 50%;
margin-left:-444px;
width: 314px;
height:114px;
position: absolute;
z-index:9;
}

.flashContent{
z-index:0;
}

.foot{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#555;
	text-decoration:none;
}
.foot a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#fff;
	text-decoration:none;
}

.foot a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#8B0D10;
	text-decoration:none;
}
