@charset "iso-8859-1";

/*GERAIS*/
html, body {height:100%; margin:0; padding:0; border:0; background:url(../imgs/general_bg.gif) 0 0 repeat-x #bbd75c;}

/*MONTAGEM*/
.clear{display:block; clear:both}


#general_container{
	
	min-height:100%; /*PARA FUNCIONAR MIN-HEIGHT IE7 e IE6*/
	height:auto !important; /*PARA FUNCIONAR MIN-HEIGHT IE7 e IE6*/
	height:100%; /*PARA FUNCIONAR MIN-HEIGHT IE7 e IE6*/ 
	width:100%; 
	background:url(../imgs/bg_site.jpg) top center no-repeat;
	position:relative;}


#container{width:960px; height:auto; display:block; margin:auto;}
