html, body {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

div#Janela {
	min-height: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body div#Janela {
height:auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

body {
margin:0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#515151;
background-color:#818181;
background-image: url(/10anos/imagens/fundo_janela.gif);
background-repeat:repeat-y;
background-position:center 10px;
}

div#Janela {
/*border:2px dashed black;*/
position: absolute;

background-image: url(/10anos/imagens/rodape.gif);
background-repeat:no-repeat;
background-position:center bottom;

left: 50%;
width: 770px;
margin-left: -385px;
}

div#MargemSuperior {
/*border:1px dashed red;*/
background-color:#818181;
/*
background-image: url(/10anos/imagens/fundo_superior.gif);
background-repeat:no-repeat;
background-position:center top;
*/
margin:0;
padding-left:300px;
height:40px;
}

div#MenuSuperior {
/*border:1px dashed red;*/
background-color:#c0c0c0;
/*
background-image: url(/10anos/imagens/fundo_superior.gif);
background-repeat:no-repeat;
background-position:center top;
*/
margin:0 20px;
padding-left:300px;
padding-top:15px;
height:25px;
}

div#BarraTitulo {
/*border:1px dashed lightgreen;*/
background-image:url('/10anos/imagens/barra_superior.gif');
/*background-color:#d5d9d9;*/
height:90px;
width:100%;
}

div#LogoPagina {
/*border:thin dashed green;*/
float:right;
/*margin:39px 38px 0px 0;*/
margin-top:39px;
padding-right:40px;
}

div#LogoPaginaVazio {
/*border:thin dashed green;*/
float:right;
/*margin:39px 38px 0px 0;*/
margin-top:39px;
padding-right:40px;
}

div#NomePagina {
/*border:thin dashed green;*/
border-bottom:2px solid #e3e3e3;
margin:40px 50px 0 38px;
}

div#CabecalhoImp {display:none;}

div#Conteudo {
/*border:thin dashed green;*/
background-color:#eaeaea;
margin: 19px 38px 90px 38px;
padding:10px;
height: auto;
}

div#Flash {
/*border:thin dashed green;*/
margin: 40px 20px 0px 20px;
text-align:center;
}


div#Rodape, div#RodapeFixo {
border:thin dashed green;
background-color: #DCDFE0;

background-image:url('/10anos/imagens/fundo_rodape.gif');
background-repeat:repeat-x;
background-position:bottom;
position:absolute;
font-size:10px;
bottom: 0px;
padding:5px 0 32px 0;
width: 730px;
margin:0px 20px;
text-align: center;
}
