html,body {
margin:0;
padding:0;
height:100%; /* needed for container min-height */
	
font-family:"Trebuchet MS",arial,helvetica,sans-serif;
font-size:10px;
color:#000;
}

p, h1, h2, h3, ul, li, div {
padding:0;
margin:0;
}

.escondido {display:none;}
.para-float {clear:both;}

a.link-imagem {
display:block;
height:0 !important;
overflow:hidden;
background:transparent url(/imagens/barra_governo/logo_faz3.gif) no-repeat top left;
}

div#container {
position:relative; /* needed for footer positioning*/
margin:0 auto; /* center, not in IE5 */
width:95%;
/*background:#f0f0f0;*/

height:auto !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/

min-height:100%; /* real browsers */
}

div#conteudo {
padding-bottom:30px; /* bottom padding for footer */
height:auto !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/

min-height:100%; /* real browsers */
}

div#rodape{
position:absolute;
width:100%;
bottom:0; /* stick to bottom */
}
