/* style.css - a simple style sheet */
body {
      margin-left: 10px;
      margin-right: 10px;
      margin-top: 10px;
      margin-bottom: 10px;
      color: black;
      background: white;
}

#topframe{
      position: fixed;
      top: 0;
      left: 10;
      width: 100%;
      z-index: 1;
      background: white;
}

#contents{
      position: relative;
      top: 190;
      left: 10;
      width: 100%;
      padding: 0px 0px;
}