/* CSS Document */


body{
	margin:0px;
	background-color:#3E3E3E;
	}
	
div#geral{
	width: 779px;
	margin:0 auto;
	}	
	
div#topo{
	width:779px;
	height:100px;
	background-image:url(imagens/topo.jpg);
	}
	
div#conteudo{
	width:779px;
	height:450px;
	background-image:url(imagens/fundo.jpg);
	}
	
	
div#esquerda{
	width:170px;
	float:left;
	margin-left:1px;
	margin-top:1px;
	}			
		
div#menu{
	width:170px;
	float:left;
	}			



div#centro{
	width:605px;
	height:446px;
	background:transparent;
	float:left;
	margin-top:2px;
	}




div#rodape{
	width:779px;
	height:30px;
	margin-top:10px;
	color:#7B7B7B;
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
	}
	
div#musica{
	width:100px;
	height:30px;
	float:left;
	}	
	
div#rodapes{	
	width:679px;
	height:30px;
	float:left;
	}
div#rodape1{
	width:679px;
	}			
	
div#rodape2{
	width:679px;
	}
	
div#rodape a{
	color:#7B7B7B;
	text-decoration:none;
	}
	
div#rodape a:hover{
	color:#ffffff;
	}					
