#td_disco {
  height: 160;
  text-align: center;
  vertical-align: top;
  width: 157;
  }

body{background-image: url('imagens/fundo.gif')}
table{font-family: comic sans ms,sans-serif;
     font-size: 10pt}
p{text-indent: 10pt}
A:link{color:blue; 
        text-decoration:underline}
A:hover{color:black;
         text-decoration:underline}
A:active{color:gray;
          text-decoration:underline}
A:visited{color:navy;
           text-decoration:none}

#figura{
  position: absolute;
  top: 20px;
  left: 10px;
  height: 130px;
  width: 70px;
  background: #cccccc;
  }
#topo{
  position: absolute;
  top: 20px;
  left: 80px;
  height: 130px;
  width: 620;
  background: #999999;
  }
#esquerda{
  position: absolute;
  top: 200px;
  left: 10px;
  width: 150px;
  background: silver;
  }
#meio{
  top: 200px;
  margin-left: 170px;
  margin-right: 220px;
  background: silver;
  }
#direita{
 position: absolute;
 top: 105px;
 right: 10px;
 width: 200px;
 background: silver;
 }
