#geral {
	background:url(../img/bg-geral.png) repeat-y;
	width:1000px;
	margin:0 auto;
}
#geral h1 { position:absolute; display:none;}

#capa {
	margin:0px auto;
	width:980px;
	height:650px;
	background: url(../img/capa.jpg) no-repeat;
}
/* =Quadro ( Escolha o estado - flash)
---------------------------------------------------------*/
#quadro {
	/*background:transparent url(../img/quadro.png) no-repeat;*/
	width:350px;
	height:250px;
	outline:none;
	position:relative;
	top:211px;
	left:5px;
	}
	#quadro p {
		font:bold 12px/30px Arial, Helvetica, sans-serif;
		color:#333;
		margin:15px;
		padding:10px 0 0;
		*padding:0;
		*line-height:27px;
	}
	#quadro ul { 
		list-style:none;
		width:320px;
		margin:-10px auto 0;
	}
	#quadro li { display:inline;}
	
	#mg, #es {
		display:block;
		background: url(../img/bt_fundo.gif) no-repeat;
		width:155px;
		height:30px;
		font:bold 14px/30px Arial, Helvetica, sans-serif;
		color:#ed1d24;
		text-transform:uppercase;
		text-decoration:none;
		text-align:center;
		z-index:5;
	}
	#mg { float:left;}
	#es { float:right;}

