@charset "utf-8";

/* TAGs ############################################# */
body {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color:#663367;
}


/* DIV IDs ######################################### */

#geral_container {
	width:1002px;
	position:relative;
	background-color:#FFFFFF;

}
#geral_coluna_1002 {
	width:1002px;
	height:1190px;;
	background-image:url(images/geral_fundo_topo.jpg);
	background-repeat:no-repeat;
	position:relative;
}

#geral_coluna_779 {
	width:779px;
	position:absolute;
	background-color:#FFFFFF;
	margin-top:332px;
	z-index:3;
	top:0px;
	left:111px;
}

#geral_rodape {
	width:1002px;
	position:absolute;
	background-color:#FFFFFF;
	margin-top:332px;
	z-index:2;
	top:760px;
	left:0px;
}