body {
}

#header {
  height:100px;
  background:url(../imgs/bg-verde.png);
}


#maincontent {
}

#navbar {
  height:30px;
  background-color:#3B2F20;
}


.content {
  width: 800px;
  height: 100%;
  margin: 0px auto 0px auto;
}

#footer {
  height:100px;
  background-color:#53714D;
  float:left;
  clear:both;
  width:100%;
  color:#fff;
}

