body{
  margin: 0px;
  padding: 0px;
  background: black;
  font-family: verdana, sans-serif;
}
div#targetframe {
  margin: 0px;
  left: 0px;
  background: black;
  position: absolute;
  overflow: hidden;
  padding: 0px;
  border: 2px inset grey;
}
div#navwin {
  position: absolute;
  margin: 10px;
  font-size: 80%;
  font-weight: bold;
  text-align: left;
  border: 1px outset red;
  top: 0px;
  right: 0px;
  z-index: 2;
  opacity: 0.9;
display: none;
}
div#navwin div#zone {
  position: absolute;
  background: gray;
  border: 2px solid yellow;
  cursor: move;
  z-index: 3;
}
img#loading {
  position: absolute;
}
div#target{
  width: auto;
  height: auto;
  left: 0px;
  top:  0px;
  z-index: 0;
  cursor: wait;
  position: absolute;
}
div#target img{
  margin: 0px;
  padding: 0px;
  border: 0px;
  border: 0px;
  position: absolute;
}
a#logo:link, a#logo:visited {
  text-decoration: none;
  border: none;
}
a#logo img {
  position: absolute;
  margin: 5px;
  left: 0px;
  top: 0px;
  border: none;
}
div#credit {
  position: absolute;
  margin: 10px;
  right: 0px;
  bottom: 0px;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  color: #bbbbbb;
  background: transparent;
  font-weight: bold;
  padding: 5px;
  font-size: 90%;
}
.tool-tip {
  color: white;
  background: #222222;
  padding: 5px;
  font-size: 90%;
  opacity: 0.75;
  font-size: 80%;
  -moz-border-radius: 1%;
}
.tool-text h2 {
  text-align: center;
  letter-spacing: 0.1em;
}
