html, body, #map {
  width: 100%;
  height: 100%;
  margin: 0;
}

#logo {
  z-index: 100;
  position: absolute;
  top: 0px;
  right: 0px;
}

table.photo {
  display: none;
  position: absolute;
  width: 148px;
  height: 162px;
  background-color: #000000;
  background-image: url(/gifs7/jonescanelogo.jpg);
  background-position: 5px 5px;
  background-repeat: no-repeat;
  border-collapse: collapse;
  border: none;
}
table.photo td {
  padding: 10px;
  padding-top: 52px;
  text-align: center;
}

