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;
}
.cleft {
	clear: left;	
}
img {
	border: 0;	
}
#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%;
	margin-left: -281px;
	margin-top: 50px;
	position: absolute;
	z-index: 1;
}
#logo img {
	margin-left: -3px;
}
#texto {
	text-align: center;
	position: absolute;
	width: 500px;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: 0px;

	z-index: 2;
}
#midias_sociais {
	list-style: none;
	width: 126px;
	margin: 0 auto;
	padding: 0;
}
#midias_sociais li {
	float: left;
	margin: 0 5px;
}

#facebookLike, #twitterFollow, #googleplus {
	position: absolute;
	top: 22px;
	left: 50%;
	z-index: 3;
	display: block;
}
#facebookLike a, #twitterFollow a {
	color: #fff;
}
#facebookLike {
	margin-left: -205px;	
}
#twitterFollow {	
	margin-left: -105px;	
}
#googleplus {	
	margin-left: 140px;
}
