body {
  margin: 0px;
  background: url(images/body-fundo.jpg) repeat-x;
  height: 100%;
}

#pagina {
  position: relative;
  width: 100%;
  padding: 0px 0px 100px 0px;
}

#box_float {
  width: 450px;
  text-align: center;
  margin: 0px auto;
  padding: 100px 0px 0px 0px;
}

#box_float a {
  margin: 0px 20px;
}

#footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 67px;
  background: url(images/rodape-fundo.jpg) repeat-x;
}

#box_footer {
  text-align: center;
  font: normal 11px Tahoma;
  color: #d3a36f;
  padding: 10px;
}


