*{
	margin:0px;
	padding: 0px;
}

body {
	background-color: #d8dbd2;
	background-image: url(../img/back.gif);
	background-repeat: repeat-x;
}

#geral{
	position:absolute;
	width:760px;
	left:50%;
	margin-left:-380px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F2F3F1;
	border: 2px solid #F2F3F1;
}


img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#rodape_info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #888F74;
	background-color: #EBECE8;
	height: 10px;
	width: 760px;
	float: left;
	display: block;
	text-align: center;
	margin-top: 2px;
}
#rodape_info a {
	color: #888F74;
}
