html, body
{
	margin:0px;
	padding:0px;
	height: 100%;
	background-image:url(../../imgs/home/bg-tudo.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#cccccc;
}


#tudo
{
	width:100%;
	position:relative;
}

#tudo #geral
{
	width:990px;
	margin:0 auto;
	background-image:url(../../imgs/home/bg-geral.jpg);
	background-repeat:no-repeat;
	background-position:1px top;
}

#topo
{
	position:absolute;
	height:100px;
	width:990px;
	margin-top:-545px;
}

#meio
{
	width:928px;
	padding:0px 31px 0px 31px;
}

#rodape
{
	background-image:url(../../imgs/home/bg-rodape.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	height: 200px;
}
