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

body,td,th {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
body {
	background:#000 url(images/bg.gif) no-repeat fixed 50% 0%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}


#fundo_menu {
	z-index:100;
	height:350px;
	width:734px;
	position:absolute;
}
#cantores {
	z-index:200;
	background: url(images/cantores.png) no-repeat 50% 0%;
	height:700px;
position: relative;
}
#player{
	z-index:400;
	margin-left:240px;
	position:relative;
	top: -420px;
}
#menu {
	z-index:300;
	position:relative;
	top: -420px;
	left: 11px;
}
/*#conteudo {
	background-image:url(images/preto_trans.png);
	background-position:left top;
	width:900px;
	height:200px;
/*	top: 450px;*/


}
.centro {
	position:absolute;
}
.centro2 {
	z-index:400;
	position: absolute;
	top: 405px;
}
#creditos {
	position:absolute;
	z-index:300;
	background-image:url(images/preto_trans.png);
	width:900px;
	text-align:left;
	font-size:10px;
}
#creditostexto {
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:5px;
}
#creditostexto img {
	position:absolute;
	left: 800px;
	top:2px;
}

#mascara {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background:#000;
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	z-index: 10000;
	}
#mascara img
{
	position: fixed;
	top:50%;
	left:50%;	
	margin-left:-99px;
	margin-top:-83px;
	/*_margin:300px auto;*/	
}