body {
  /* background-image: url(images/background3.jpg); */
  background-color: white;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

b {
   font: 10pt Arial;
   font-weight: bold;
   background: silver;
}

ul {
  font: 10pt Arial;
}

ul li {
  list-style-type: disc;
}

td.meridian {
background-image: url(/images/horizontal_3x55.gif);
}


#top{
  position : absolute;
  left : 0px;
  top : 0px;
  z-index : 15;
  visibility : visible;

}

#topline{
  position : absolute;
  left : -1px;
  top : 55px;
  z-index : 0;
  visibility : visible;
}

#bodytext {
  position : absolute;
  left : 0px;
  top : 0px;
  z-index :100;
  visibility : visible;
}

#waiting {
  position : absolute;
  left : 0px;
  top : 0px;
  z-index :50;
  visibility : hidden;
}

#map {
  position : absolute;
  left : 100px;
  top : 120px;
  z-index : 25;
  visibility : visible;
}

#main{
  position : absolute;
  left : 250px;
  top : 100px;
  z-index : 100;
  visibility : visible;
}

