body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	border:0;
	padding:0;
	overflow-x:hidden;
	background-color:#FFCE0E;	
}
img {
	border:0;
}
/* LINKS */

a.classe:visited {text-decoration: none; }
a.classe:link {text-decoration: none; }
a.classe:hover {text-decoration: none; }
a.classe:active {text-decoration: none; }

#fundo_geral_inicio {
	width:100%;
	background-image:url(../imgs/inicio_fundo.jpg);
	background-repeat:no-repeat;
	text-align:center;
	height:542px;
}

#rodape {
	height:50px;
	background-color:#FFCE0E;
	border-top:2px solid white;
}
#fundo_site {
	text-align:center;
}
#flash {
	padding-top:30px;
}
#regiao {
	text-align:center;
}
#texto_rodape {
	padding-top:10px;
	color:gray;
	font-size:10px;
}