body 
{
	background-image:url(../../imgs/home/bg-body.jpg);
	background-repeat:repeat-x;
	background-position:left top;
}


html, body 
{
	height: 100%;
	margin:0px;
	padding:0px;
}

#tudo
{
	position: relative;
	
	min-height: 100%;
	background-image:url(../../imgs/home/bg-tudo-sembanner.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

/* hack para IE6 que trata height como min-height */
* html #tudo 
{
	height: 100%;
}

#rodape
{
	position: relative;
	bottom: 0;
	height:90px;
	width:100%;
}


#geral
{
	width:960px;
	padding:15px;
	background-image:url(../../imgs/home/bg-geral_busca.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	position:relative;
	margin:0 auto;
}



