/* CSS Document */
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #FFFFFF;
}
html, body { height: 100%;  } /*..........Necessário..........*/
body { color: #333; font: 11px Verdana, sans-serif; text-align: center; background-color:#006633; }
/* Min-Height é usado por browsers modernos - "HEIGHT:AUTO" é necessário */
#conteudo { margin: 0 auto;  text-align: left; position: relative; min-height: 100%; height: auto; height: 100%; 
background-image: url("logo_index.gif"); 
background-repeat: no-repeat; 
background-position: 50% 30% }
/*............BOTTOM:0(ZERO) É NECESSÁRIO...............*/
#rodape { width:100%; background:#000; color:#FFF; position: absolute; bottom:0px; height: 40px; margin:0px; }
/*............HACK COM CORREÇÕES PARA MSIE...............*/
* HTML #rodape { margin-bottom:2px; bottom:-1px; }
#rodape-conteudo { 
text-align:center; 
line-height: 40px; 
border-top-width: 2pt; 
border-top-style: solid; 
border-top-color: #FFFF99; 
}
