body {
	background-color:#d7563d;
	margin:0px;
	padding:0px;
	color:#ffffff;
	font:13px "Trebuchet MS", Tahoma, Arial;
	line-height: 13px;}


.flaFundo {
	position:absolute;
	z-index:20;}


html, body {
        height: 100%;
        }

#tudo {
        min-height: 100%;
        }

* html #tudo {
        height: 100%;
        }

#tudo {
        position: relative;
		z-index:10;

		background-image:url(../../imgs/master/bg-tudo.jpg);
		background-position:center top;
		background-repeat:no-repeat;
        }

#tudo #conteudo {
		width:930px;
		padding:30px;
		margin:0 auto;

		background-image:url(../../imgs/master/bg-centro.jpg);
		background-position:left top;
		background-repeat:no-repeat;
		}

img {border:none;}



