*{ margin:0; padding:0; }

html, body{
  height:100%;
  overflow:hidden;
}
h1{
  color:#006633;
  font-size: 14px;
  font-weight:bold;
  text-decoration:none;
  font-family:arial;
}
a{
  color:#006633;
  text-decoration: none;
}


#bg{
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  z-index:0;
}

#content{
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  overflow:auto;
}

#topo{
  width:890px;
  margin:20px auto;
  /*background:url(../images/fundo-div-01.png) repeat; */
  background-color: #548603;
  height:120px;
  /*opacity:0.7;*/
  z-index:2;
}

#meio{
  width:890px;
  margin:40px auto;
  background:url(../images/fundo-div-01.png) repeat;
  height:auto;
  /*opacity:0.7;*/
  z-index:3;
}

#miolo{
  width:850px;
  margin:20px auto;
  /*margin-top:40px;*/
  padding-bottom:20px;
  background:url(../images/fundo-div-01.png) repeat;
  height:auto;

  /*opacity:0.7;*/
  z-index:4;
}

#tags{
  width:890px;
  margin:10px auto;
  background:url(../images/fundo-div-01.png) repeat;
  height:auto;
  /*opacity:0.7;*/
  z-index:5;
}

#face{
  width:890px;
  margin:10px auto;
  background:url(../images/fundo-div-01.png) repeat;
  height:auto;
  /*opacity:0.7;*/
  z-index:6;
}


