/* CLASS */
.divt {
  position:absolute;
  top:1px;left:1px;
  width:95%;
}
.divs {
  position:absolute;
  top:1px;left:1px;
  width:10px;
  height:10px;
}
.divs A:link {
  text-decoration: none;
  color:#ffff00;
}
.divs A:visited {
  text-decoration:none;
  color:#ffffff;
}
.divs A:hover {
  text-decoration:underline;
  color:blue;
}
/* ID */
#attr {
  position:absolute;
  top:1px;left:1px;
  width:10px;
  height:10px;
  z-index:2;
}
#food {
  position:absolute;
  top:1px;left:1px;
  width:10px;
  height:10px;
  z-index:2;
}
#other {
  position:absolute;
  top:1px;left:1px;
  width:10px;
  height:10px;
  z-index:2;
}
#left {
  margin-top:60px;
  margin-left:0px;
  padding-left:9px;
  width:600px;
  z-index:1;
}
#content {
  margin-top:60px;
  margin-left:9px;
  margin-right:9px;
  z-index:0;
}
#pick {
  background:transparent;
  font-family: Verdana;
  font-weight:bold;
  margin-left:15px;
  margin-top:70px;
  width:200px;
  height:50px;
  z-index:3;
}
#text {
  background:transparent;
  margin-top:0px;
  margin-left:0px;
  width:500px;
  height:50px;
  border:none;
  visibility:hidden;
  z-index:4;
}
#ball {
  margin-left:1px;
  margin-top:1px;
  z-index:4;
}
#map {
  z-index:0;
}
#pointatme {
  background:transparent;
  margin-left:9px;
  margin-top:65px;
  width:150px;
  height:10px;
  z-index:3;
}

