      html {
        padding: 0;
        margin: 0;
        height: 100%;
        margin-bottom: 1px;
      }
      body {
        font-family: arial, sans serif;
        font-size: 12px;
        background-color: black;
        margin: 0;
        padding: 0;

      }
      
      #page {
        width: 900px;
        margin: auto;
        background-image: url(/images/gbr-page-bg.png);
        background-position: top center;
        background-repeat: repeat-y;
      }
      
#header {
  height: 50px;
  width: 900px;
  margin: 100px auto;
  margin-bottom: 10px;
  background-image: url(/images/lmi-title-off.gif);
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  overflow: hidden;
}

#header a {
  text-decoration: none;
  position: absolute;
  top: 20px;
  height: 25px;
}

#header a span {
  visibility: hidden;
}

#header a:hover {
  background-image: url(/images/lmi-title-on.gif);
}

a#nav-home { left: 635px; background-position: -635px -21px; width: 65px; }
a#nav-contact { left: 700px; background-position: -700px -21px; width: 100px; }
a#nav-about { left: 810px; background-position: -810px -21px; width: 90px; }

#content {
  background-color: white;
  width: 900px;
  margin: auto;
}

#footer {
  color: white;
  text-align: center;
  padding-top: 20px;
}

#footer a {
  color: yellow;
}

label {
  display: block;
  font-weight: bold;
  margin-top: 5px;
}

label.not-required {
  font-weight: normal;
}

img.png {
  behavior: url(/css/iepngfix.htc)
}

h1 {
  margin-top: 0;
}

#noshow {
  display: none;
}

.panel {
  height: 290px; 
  width: 280px; 
  top: 300px; 
  left: 0; 
  background-image: url(/images/black-50.png); 
  position: absolute; 
  color: silver; 
  padding: 10px 10px 0 10px;
  font-size: 12px;
  line-spacing: 120%;
}

.panel p {
  margin-top: 0;
}
