html, body, form { 
	margin:0px; 
	padding:0px;
	width:100%;
	height:100%;
}

/* DIVs */

#geral { 
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
}


#conteudo { 
	position:relative;
	width:1024px;
	height:768px;
	margin:0 auto;
	/*left:50%;
	margin-left:-512px;
	top:50%;
	margin-top:-384px;*/
	z-index:2;
}


