body {
	background-image:url(../../imgs/home/bg-fundo.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.fundo {
	background-image:url(../../imgs/home/bg-tudo.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:100%;
	min-height:100%;
}

.cont {
	width:920px;
	margin:0 auto;
	height:1010px;
	padding:0px 35px 0px 35px;
	background-image:url(../../imgs/home/bg-centro.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}