/*-----------------------------
CSS Documento
Desenvolvido por: DC solu��es web 
Data: 20/09/2007
------------------------------*/



/*----------ESTRUTURA DA P�GINA-----------*/



body { 
	color: #000;
	 
	font-size: 11px; 
	
	font-family: Verdana, sans-serif; 
	
	margin: 0;
	text-align:center;
	 
	
		
	
}


#geral {  

  	width: 400px; height: 200; margin: auto; border:2px solid #000; background: #fff; top: 50px;

	   
}


#topo { 
    height: 100px;
    width: 100%;
    background: url(../img/STAY_LUDOLF.png);
    background-size: contain;
    background-repeat: no-repeat;
	
}

#conteudo { 
	float: left; 
	
	width: 400px; 
			
	margin-top:10px; 
	
	
	background:#FFF;  
	
	
	
	}
	
.texto{font-size:10px; font-weight:bold;}
.caixa{font-size:10px;}
	
