@import "reset.css";


html, body {
	font-family: Trebuchet, Tahoma, Arial, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0 auto; 
	text-align: center;
	background-image: url(/wp-content/themes/maxims/style/images/background_principal_home.gif); 
	background-repeat: no-repeat ;
	background-position: center top;
}


/* ----------------------- MAIN --------------------------------- */

#main {
	   margin: 0px auto;
	   min-height: 400px;	    /* Tamanho minimo para a area central  */
	   height: 400px ;
	   height:auto !important;  /* hack para o IE */
	   margin-top: 10px;
	   /*background: #fff;*/
       padding-bottom: 253px; /* ATENCAO: precisa ter o mesma altura do rodape + 10px do #main.padding-top  */
} 
