#anuncio_botao{
	width:120px;
	height:60px;
	margin-bottom:5px;
	background-color:#FF6600;
	}
#anuncio_retangulo{
	width:300px;
	height:250px;
	margin-bottom:5px;
	background-color:#FF6600;
	}	
#anuncio_super{
	width:960px;
	height:100px;
	margin-bottom:10px;
	background-color:#FF6600;
	}		
.bloco{
	margin-bottom:5px;
	display:block;
	width:100%;
	clear:both;
	}
#dv_zoom{
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	z-index:500;
	left: 0px;
	top: 0px;
	}
#dv_transparente {
	position:absolute;
	width:100%;
	height:100%;
	z-index:501;
	left: 0px;
	top: 0px;
	filter: Alpha(Opacity=80);
	opacity: .8;
	background-color:#112200;
}
#dv_carregando_zoom{
	position:absolute;
	z-index:502;
	left:48%;
	top:46%;
	display:none;
	}
#dv_palco_zoom{
	position:absolute;
	z-index:503;
	width:100%;
	height:100%;
	left: 0px;
	top: 0px;
	display:none;
	}	
#dv_conteudo_zoom{
	position:absolute;
	left:50%;
	top:10px;
	display:block;
	margin-left:-290px;
	background-color:#FFFFFF;
	padding:10px;
	}	
#dv_cabecalho{
	display:table;
	position:absolute;
	width:990px; 
	height:190px;
	z-index:1;
	left: 50%;
	margin-left:-495px;
	background:url(../imagens/cabecalho.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	}
#dv_menu{
	position:absolute;
	width:570px;
	left:50%;
	display:block;
	margin-left:-485px;
	margin-top:145px;
	z-index:2;
	text-align:left;
	padding-top:6px;
	padding-bottom:6px;
	}
#dv_logo{
	position:absolute;
	width:300px; 
	height:100px;
	z-index:3;
	left: 50%;
	margin-left:-485px;
	margin-top:20px;
	cursor:pointer;
	}
#dv_conteudo{
	display:table;
	position:absolute;
	width:980px;
	z-index:4;
	left: 50%;
	margin-left:-490px;
	margin-top:190px;
	background:url(../imagens/fundo_palco.jpg);
	background-repeat:repeat-y;
	background:#339999;
	background-color:#FFFFFF;
	}
#dv_palco{
	display:table;
	width:960px;
	margin:10px;
}
#dv_rodape{
	display:table;
	width:980px;
	height:100px;
	background-color:#222222;
}
#dv_area_torcedor{
	position:absolute;
	width:215px; 
	height:105px;
	z-index:5;
	left: 50%;
	margin-left:115px;
	margin-top:65px;
	}
#dv_busca{
	position:absolute;
	width:160px;
	height:30px;
	left:50%;
	display:block;
	margin-left:320px;
	margin-top:99px;
	z-index:10;
	text-align:center;
	}
.secao_edicao{
	padding-top:10px;
	padding-bottom:10px;
	border-top:solid 3px #000000;
	border-bottom:solid 3px #000000;
	margin-bottom:10px;
	}	