@charset "utf-8";
@import url(conteudo.css);
@import url(destaques.css);
html, body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
img{
	border: 0;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background:url(../img/bg.jpg);
}
#intro{
	width: 770px;
	height: 590px;
	position: absolute;
	display: none;
	top: 0;
	left: 50%;
	margin-left: -385px;
	width: 770px;
	height: 180px;
	z-index: 135;	
}
#geral{
	float: none;
	width: 770px;
	height: auto !important;
	margin: 0 auto;
	background:url(../img/bg_conteudo.jpg);
	overflow: auto;
	z-index: 24;
}
#menu{
	float: left;
	width: 100%;
	height: 155px;
	background:url(../img/menu.jpg)
}
#flash{
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -385px;
	width: 770px;
	height: 180px;
	z-index: 125;	
}
#conteudo{
	float:left;
	width: 100%;
	height:auto;
	background: url(../img/bg_meio.jpg) bottom no-repeat;	
}
#rodape{
	clear: both;
	float: left;
	width: 100%;
	height: 60px;
	background: url(../img/rodape.jpg);
	overflow: hidden;
}