.menu {
  position: absolute; top: 0; z-index: 1; width: 790px; margin-top: -10px; margin-right: 10; margin-left: 10;;
}
    .menuset {
      width: 750px;
      margin: 1em 0;
      margin-left: 1.8em;
      padding: 0px 0.5em;
      background: #eee none;
    }
    .menuset ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
    .menuset li {
      margin: 0;
      padding: 0;
      float: left;
    }
    .menuset {
      padding: 0;               /* left margin of all */
      background: none;
    }
    .menuset li {
      width: 7em;              /* width of boxes */
      margin-right: 1em;
      font-size: small; font-weight: bold;
      background: #ffe0ff none;
      text-align: center;
    }
    .menuset a {                 /* unhovered boxes */
      display: block;
      width: 100%;
      background-image: url(images/block.jpg);
      text-decoration: none;
      color: brown;
    }
    .menuset a:hover {
      background: #ff9 none;
      color: blue;
    }
body {
   background-color: #bfffff; width: 796px;
}
.separator {text-align: center; margin-top: 20; margin-bottom: 20; border-style: none;
  clear: both;
}
.banner {
    margin-top: 30px; text-align:center;
}
.heading {
  position: absolute; top: 0px; left: 0px;
}


