      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;
        color: white;
      }
      
      #page {
        width: 900px;
        padding: 0 0;
        margin: auto;
        background-image: url(/images/augusta-salsa.jpg);
        background-position: top left;
        background-repeat: no-repeat;
        color: white;
        min-height; 400px;
        padding-top: 20px;
      }
      
      #footer {
        text-align: center;
        padding-top: 20px;
        margin-top: 50px;
        border-top: solid 2px #900;
        
      }
      
      #sidebar {
        position: absolute;
        top: 370px;
        left: 50%;
        margin-left: -430px;
        width: 270px;
      }
      


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;
  font-size: 17px;
}

h2 {
  font-size: 15px;
}

h3 {
  font-size: 15px;
  font-weight: normal;
  color: #990000;
}

#noshow {
  display: none;
}

a, a:link {
  color: yellow;
}

a:hover {
  background-color: white;
  color: black;
}

#main {
  margin-left: 315px; 
  background: url(/images/asc-page-bg.jpg) top left no-repeat; 
  position: relative;
  min-height: 500px;
}

#tabs {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#tabs a {
  margin-right: 10px;
  font-weight: bold;
  padding: 5px;
}
