/************************************************************************************************************
CONFIGURAES GERAIS
************************************************************************************************************/

* {
/* FONTES: Zera todas as configuraes  */
	text-decoration:none;
	list-style:none;
	border:none;
}



/* CONFIGURAES DE PAGINA  */

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%; 
	width:100%;
	background:url(../imagens/fundogeral.jpg);
	background-color:#000000; 
	font-family: arial narrow, verdana;
	font-size: 15px; 
	color: #ffffff;
	font-style:italic;
	position:relative;

}


/************************************************************************************************************
# E S T R U T U R A   G E R A L
************************************************************************************************************/



#CENTRALIZADOR {	
	margin:0px auto;
	width:810px;
	position: relative;
	z-index:1;
}

#ESTRUTURA {
	 width: 800px;
	 height: 600px;
	 position: relative;
	 z-index:1; 
	 
 }
/************************************************************************************************************
# E N T R E L I N H A S 	
************************************************************************************************************/




#ENTRELINHAS_10 {
	height: 10px; 		}
