* {
	list-style-type:none;
	margin:0;
	padding:0;
}

img {
	border:none;
}

a {
	outline:none;
}

html {
	overflow:hidden;
}

body {
	overflow:hidden;
	background-color:#C2B274;
}

#fundo {
	background:url(../img/fundo_site_inicio.jpg) no-repeat top center;
	width:1280px;
	height:880px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-640px;
	margin-top:-455px;
	overflow:hidden;
	border:1px solid #F1ECD1;
	overflow:hidden;
}

#geral {
	position:absolute;
	width:144px;
	height:44px;
	top:50%;
	left:50%;
	margin-left:-22px;
}
