* {
  line-height:100%;
  margin:0;
  padding:0
  }
body { background:rgb(0,0,0);
  color:rgb(255,255,255);
  font-family:'Helvetica',sans-serif
  }
#wait,#view {
  position:absolute;
  top:90px;
  bottom:0;
  left:0;
  right:0;
  background-color:black;
  }
  #view img {
     display: block;
     width: 95%;
     height: auto;
     max-width: 900px;
     max-height: 900px;
     margin-left: auto;
     margin-right: auto;
     padding-top: 1px;
 }
  #view.day-night-map img {
    max-width: 1800px;
  }
#wait {
  z-index:-2;
  background-image:url('/graphics/wait.gif')
  }
#view {
  z-index:-1
  }
#head {
  position:absolute;
  top:15px;
  left:15px;
  text-shadow:rgb(0,0,0) 1px 1px 0 }
#head h1,#head h2 {
   font-size:11pt;
   display:inline
   }
#head h1 {
  margin-right:1em
  }
#head h2 {
  font-weight:normal
  }
#head h3 {
  font-size:14pt;
  margin-top:10px;
  }
#info {
  position:absolute;
  bottom:25px;
  left:10px;
  right:10px;
  text-align:center;
  height:auto;
  color:rgb(128,128,128)
  }
#info li {
    list-style-type:none;
    display:inline;
    margin-right:1em;
    font-size:11pt;
    line-height:150%
    }
.alt {
  display:none
  }
