#esq {
  position:absolute;
  top:260px;
  left:10px;
  height:850px;
  border:1px solid #cccccc;
  width:540px;
  background-image: url("../imagens/fundo_esq.gif");
}

#dir {
  position:absolute;
  top:260px;
  left:550px;
  height:850px;
  width:210px;
  border:1px solid #cccccc;
  font-size:80%;
  background-color: #F9F9FB;
  /*border-left-color: #F9F9FB;
  border-left-width: 10px;*/
  padding:5px
}


#enquete {
  position:absolute;
  top:430px;
  left:560px;
  height:150px;
  width:190px;
  font-size:80%;
  background-color: #F9F9FB;
  border-left-color: #F9F9FB;
  border-left-width: 10px;
}

#rodape {position:absolute;
    top:1100px;
    left:10px;
    height:20px;
    width:750px;
    font-size:80%
  }
