@charset "utf-8";
html, body {
}
body {
	position: relative;
	background-attachment: fixed;
	position: relative;
	background-image: url(../images/fundo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #EAC67C;
	margin: 0px;
	padding: 0px;
}
#area {
	background-image: url(../images/sub_fundo.jpg);
	background-position: left top;
	height: 430px;
	position: relative;
	background-color: #F6F2E6;
	margin-top: 134px;
	width: 100%;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #525252;
	border-bottom-color: #333333;
	text-align: center;
}


#site {
	position: absolute;
	top: -134px;
	left: 50%;
	margin-left: -388px;
}
#promocoes {
	position: absolute;
	top: -136px;
	right: 0px;
}
