/******************************************************************************

DOCUMENTO: Arquivo com as classes de template e classes específicas do projeto
CRIAÇÃO: 16/10/2008
AUTOR: Alisson Douglas (alisson@brivia.com.br)
VERSÃO: 003
ATUALIZAÇÕES:
1) dd/mm/aaaa (autor): _____________
2) dd/mm/aaaa (autor): _____________
OBSERVAÇÕES: 

******************************************************************************/

/*****************
******************
	  BASICO
******************
******************/

@import url("_basico.css");

/*****************
******************
	TEMPLATE
******************
******************/
html{height:100%; overflow:hidden;}
body{
	background:url(../img/bg-pyramidis.gif) repeat;
	width:100%;
	/*margin:0 auto;	*/
	height:100%;
	overflow:hidden;
	}

#pagina{
	width:100%;
	/*margin:0 auto;	*/
	height:100%;
	overflow:hidden;
}
/*#topo{ 
	width:776px; 
	background:#000; 
	height:;
	position:absolute;
	top:0;
}
#conteudo{ 
	width:776px;
	position:relative;
	margin:0 0 0 0;
}
#principal{ 
	width:;
	display:inline;
	float:right;
	padding:40px 0 0
}
#menu-global{ 
	width:180px; 
	background:#CCC;
	display:inline;
	float:left;	
}

#rodape { 
	width:776px;
	text-align:center;
	background:#0099CC;	
}*/

/*****************
******************
	PROJETO
******************
******************/