@charset "utf-8";
#main {
	height: 800px;
	width: 779px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/fundo_pg.jpg);
}
#topo {
	background-image: url(../images/fundo_topo.jpg);
	height: 210px;
	width: 779px;
	position: absolute;
}
#meio {
	height: 560px;
	width: 779px;
	position: absolute;
	top: 210px;
}
#videos {
	height: 200px;
	width: 215px;
	position: absolute;
	left: 63px;
	top: 45px;
}
#menu {
	height: 23px;
	width: 460px;
	position: absolute;
	left: 290px;
	top: 13px;
}
#conteudo {
	height: 505px;
	width: 460px;
	position: absolute;
	left: 290px;
	top: 43px;
	background-color: #FFFFFF;
}
#fotos {
	height: 75px;
	width: 190px;
	position: absolute;
	left: 90px;
	top: 270px;
}
.texto_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #393220;
	text-align: left;
	text-indent: 2px;
}
#rodape {
	height: 30px;
	width: 779px;
	position: absolute;
	top: 770px;
}
