/* GERAL */

body {
	background-image:url(imagens/fundo.jpg);
	background-color:#867551;
}

#principal {
   	width:780px;
   	position:absolute;
   	left:50%;
   	margin-left:-390px;
	background:none;
}

#bg {
	width:780px;
	height:530px;
	border:#867551 1px solid;
	background-image:url(imagens/index_menor.jpg);
}

#formulario {
	position:absolute;
	left:562px;
	top:121px;
}

#imagens {
	position:absolute;
	left:10px;
	top:230px;
	width:325px;
	height:230px;	
}

#audio {
	position:absolute;
	left:90px;
	top:488px;
	width:240px;
	height:30px;
}

#video {
	position:absolute;
	left:380px;
	top:194px;
	width:360px;
	height:270px;
}

#rodape {
	float:right;
	background-color:#FFFFFF;
	padding:2px 2px 2px 2px;
	height:30px;
	margin:10px 0 0 1px;
	width:324px;
}
