@charset "utf-8";
/* CSS Document */
body{
	
	margin:auto;
	background-image:url(graficos/bg.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	}

#banner_topo{
	background-image:url(graficos/bg_banner.png);
	width:100%;
	height:147px;
	padding-top:5px;
	}
#menu{
	width:956px;
	height:150px;
	margin:auto;
	}
#cont_banner{
	width:1100px;
	height:152px;
	margin:auto;
	}
#player{
	width:368px;
	height:152px;
	float: left;
	background-image: url(graficos/player.png);
	background-repeat:no-repeat;
	}
#publicidade{
	width:680px;
	height:140px;
	 float: right;
	background-image: url(graficos/publicidade_bg.png);
	background-repeat:no-repeat;
	}
	
#cont{
	width:935px;
	height:auto;
	margin:auto;

	}

#menu_play { width:180px; height:80px;}




#rodape{ width:937px;
height:98px;
background-image:url(graficos_layout/acamamento/rodape.png);
background-repeat:no-repeat;
margin:auto;
}

a:link{ 
 		color:#FFF;
		text-decoration:none;
 }
 
  a:visited{
	 color:#FFF;
		text-decoration:none;}
		
  a:hover{ 
 		color:#FFF;
		text-decoration: underline;
 }