img{border:none;}

html, body {
  margin:0;
  padding:0;
  height:100%;
  background:#969883 repeat-x left top;
  background-image: url(../imgs/fundo_geral.jpg);  
  background-position: bottom;
  text-align:center;
  font: Verdana,Arial;
  }

#base_conteudo {
  position:relative;
  width:770;
  height:90%; 
  margin:0 auto;
  text-align:center;  
  background:#ffffff repeat-x left top;  
  display: table;
  }
  
#topo {
  position:relative;
  width:747px;
  height:181px;
  margin:0 auto;
  text-align:center;  
  background: transparent;
  font-family: Verdana, Helvetica, sans-serif; 
  font-size: 12px;
  font-weight: bold;
  /* color: #58585a; */
  }
  
  
#menu {
  position:relative;
  width:747px;
  height:32px;
  margin:0 auto;
  text-align:center;  
  background: transparent;
  font-family: Verdana, Helvetica, sans-serif; 
  font-size: 12px;
  font-weight: bold;
  color: #58585a;
  }
  
#titulo {
  position:relative;
  width:747px;
  margin:0 auto;
  text-align:right;  
  background: transparent;
  font-family: Verdana, Helvetica, sans-serif; 
  font-size: 12px;
  font-weight: bold;
  color: #58585a;
  }  
  
#caixa {
  position:relative;
  width:747px;
  /* height: 100%; */
  margin:0 auto;
  text-align:left;  
  background: #ffffff;
}

#conteudo {
  position:absolute;
  width:470px;
  margin:0 auto;
  text-align:left;  
  background:#ffffff;
  }
  
#conteudo h1 {
  position:relative;
  width:420px;
  margin:12 auto;
  font-family: Verdana, Helvetica, sans-serif; 
  font-size: 10px;
  font-weight: normal;
  line-height: 14px;  
  text-align:left;
  color: #000000;
  }

#coluna_direita {
  position:absolute;
  width:274px;
  left: 473px;
  margin:0 auto;
  text-align:center;  
  background:#4f4b69;
}

#coluna_direita h1 {
  width:250px;
  margin:0 auto;
  font-family: Verdana, Helvetica, sans-serif; 
  font-size: 10px;
  font-weight: normal;
  line-height: 14px;  
  text-align:left;
  color: #ffffff;
}