body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #781e00;
	background: url(../img/fundo-site.jpg) center center #190f0f;
	margin: 0;
}
a {
	color: #500f00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#site {
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	background: url(../img/fundo-site-cima.png) center top repeat-x, url(../img/fundo-site-baixo.png) center bottom repeat-x;
	z-index: 0;	
	top: 0;
	left: 0;
}
#logo {
	width: 563px;
	height: 277px;
	left: 50%;
	top: 50%;
	margin-left: -281px;
	margin-top: -138px;
	position: absolute;
	z-index: 1;
}
#logo img {
	margin-left: -3px;
}
#texto {
	text-align: center;
	position: absolute;
	width: 250px;
	top: 50%;
	left: 50%;
	margin-left: -125px;
	margin-top: 100px;
	z-index: 2;
}