html {
  height: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
	font-family: Arial;
	height:100%;
	overflow: hidden;
}

TD {
        font-size:12px; 
        text-align: justify;
}

#fundo {
  z-index: 1;
  position:absolute;
  width: 100%;
  height: 100%;
}

#site {
  z-index: 2;
  position:absolute;
  width: 100%;
  height: auto;
  text-align:center;
  top: 45px;
  left: 0px;
}

#topo {
  width:85%;
  height:300px;
  margin: 0 auto;
}
#miolo {
  width:85%;
  margin: 0 auto;
}