@charset "UTF-8";
/* CSS Document */

html, body {
	background:#766646 url(../imgs/bg.jpg) no-repeat top center;
	height:100%;
	margin:0;
	padding:0;
}

img {
	border:none;
}

/* DIV's */

#areaEsquerda {
	background:url(../imgs/bgEsquerda.jpg) no-repeat top left;
	float:left;
	height:100%;
	width:50%;
	margin-right:-483px;
}

#main {
	background:url(../imgs/_bgConteudo.jpg) no-repeat top center;
	width: 980px;
	position:relative;
	z-index:10;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}

#areaDireita {
	background:url(../imgs/bgDireit.jpg) no-repeat top right;
	float:right;
	height:100%;
	width:50%;
	margin-left:-482px;
}


#video {
	position:relative;
	top: 89px;
	left:426px;
	width:505px;
	height:340px;
}

#linkSite {
	position:relative;
	top:80px;
	left:420px;
}

#scroll {
	position:absolute;
	height:680px;
}
