html, body {height:100%;}
body {
	margin:0;
	padding:0;
	background:maroon;
	color:#666;
	font:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	}
h1{background-color:#CCCCCC;
font-family:Arial, Helvetica, sans-serif;
}
#tudo {
min-width:786px;max-width:960px;width:auto;!important;width:960px;
	position:relative;  /*Contexto de posicionamento */
	background:#fff ;
	margin:0 auto;
	text-align:left;
	min-height:100%;
	/*border:dotted #999;*/
	border-width:0 1px;
	}
 * html #tudo {height: 100%;}
#topo {
	background: #B0B5C4;
	min-width:786px;max-width:960px;width:auto;!important;width:960px;
	height:auto;
	/*border-bottom:1px dotted #999;*/
	text-align:center;
	padding-top:1px;
	}
#conteudo {
	min-width:786px;max-width:960px;width:auto;!important;width:960px;
	padding-left:20px;
	float:left;
	padding-top:10px;
	text-align:center;
	}
#rodape {
	clear: both;
    bottom: 0;
	background:#fff;
	min-width:786px;max-width:960px;width:auto;!important;width:960px; 
	height:auto;
	/*position: absolute;*/
    /*border:dotted #999;*/
	border-width: 1px 0;
	text-align:center;
	}
#rodape p {
	margin:0;
	font-weight:bold;
	color:#000;
	text-align:center;
	}