body {
  margin: 0px;
  padding: 0px;
  background-color: #3366FF;
  font: .60em verdana;
  line-height: 1;
}

h3 {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  color: #00c;
}
  
a:visited {
  color: #00c;
}

a:hover {
  color: #f00;
}

#nav {
  position: absolute;
  top: 50px;
  right: 10px;
  z-index: 25500;
  width: 150px;
  background-color: #fff;
  border: 1px solid #000;
  padding: 10px;
}

#infonav {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 25500;
  width: 35px;
  background-color: #fff;
  border: 1px solid #000;
  padding: 1px;
}

body > div#nav {
  position: fixed;
}

#top_ad {
  position: absolute;
  top: 10px;
  left: 150px;
  z-index: 25500;
}

body > div#top_ad {
  position: fixed;
}

#bottom_ad {
  position: absolute;
  bottom: 15px;
  left: 275px;
  z-index: 25500;
}

body > div#bottom_ad {
  position: fixed;
}

#about {
  display: none;
  position: absolute;
  top: 50px;
  right: 10px;
  width: 350px;
  background-color: #fff;
  border: 1px solid #000;
  z-index: 25500;
}

#info {
  display: yes;
  position: absolute;
  top: 50px;
  right: 10px;
width: 350px;
  background-color: #fff;
  border: 1px solid #000;
  z-index: 25500;
}


body > div#about {
  position: fixed;
}
