html, body
{
	background: none;
	height: 100%;
}

#pagina
{
	 position:relative;
	 min-height:100%; /* Para browsera modernos */
	 height:auto !important; /* Para browsera modernos */
	 height:100%; /* Para o IE6 */
}

#topo {
	height: 73px;
	background: url(../img/abertura-topo-bg.gif) center top repeat-x;
}

#abertura
{
	background: #ffffff url(../img/abertura-pagina-bg.gif) center top repeat-x;
	padding-bottom: 60px;
}

#rodape {
	background: url(../img/abertura-rodape-bg.gif) center bottom repeat-x;
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 0 !important;
}