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

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#Player{
	position:absolute;
	z-index:999;
	width:100%;
	height:30px;
	text-align:left;
}
#PlayerBg{
	position:absolute;
	z-index:998;
	width:100%;
	height:35px;
	background-color:#000000;
	filter:alpha(opacity=50);
	opacity: 0.50;
	-moz-opacity:0.50;
}

#Content{
	padding:15px 10px 0px 10px;	
}

#Credits{
	clear:both;
	padding-right:10px;
	text-align:right;
}

a:hover .rollover{
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}

a:hover div.rollover{
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}
a:hover img.rollover{
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}

a:focus{outline: none;}
