body {
	background-color:#d7563d;
	margin:0px;
	padding:0px;
	background-image:url(../../imgs/home/bkg-geral.jpg);
	background-position:center 1px;
	background-repeat:no-repeat;
	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;
        }

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

		padding-top:550px;
		height:975px;

		background-image:url(../../imgs/home/bg-miolo.jpg);
		background-position:left top;

		background-repeat:no-repeat;
		}

img {border:none;}


#tudo .rodape {
	width:990px;
	margin:0 auto;
	height:85px;

	background-image:url(../../imgs/home/bkg-rodape.jpg);
	background-position:left top;
	background-repeat:no-repeat;}

hr {display:none;}


