body{
  margin:0;
  padding:0;
}
h1{
  font-size:22px;
  margin-top:5px;
}
#topo{
  width:100%;
  height: 60px;
 background-color:#CCC;
 margin:auto;
}
#Menu{
  width:20%;
  min-height: 90%;
  background-color:#CCC;
 float:left;
}
* html #Menu {
    height: 90%;
 /* hack para IE6 que trata height como min-height */
	}
#conteudo{
  width:70%;
  margin-left:0px;
  float:left;
}

a{
  font-size:12px;
  color:#666666;
}
a:hover{
  color:#999999;
}




