body {
	background-image:url(../../imgs/master/bg-x.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.tudo {
	background-image:url(../../imgs/master/bg-geral.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.geral {
	width:920px;
	height:auto;
	height /*\**/:600px;
	*height:auto;
	margin:0 auto;
	padding:35px;

	background-image:url(../../imgs/master/bg-centro.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

html, body {height: 100%;}
.tudo {min-height: 100%;}

* html .tudo {height: 100%;}
		
.tudo {position: relative;}

.rodape {
		position: absolute;
		bottom: 0;
		padding-top:45px;
		margin-bottom:15px;
		width:100%;
		text-align:center;
		
		background-image:url(../../imgs/master/bg-rodape.jpg);
		background-position:center top;
		background-repeat:no-repeat;
		}

