html {
  overflow-y: scroll;
}
html,body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background: #dddddd;
}
div#bbgleft {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 50%;
  background: #ffff66;
}
div#bbgtop {
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 0;
  height: 135px;
  width: 50%;
  background: url(../img/bg/bgtop.gif) repeat-x;
}
div#main {
  position: relative;
  z-index: 1;
  min-width: 779px;
  max-width: 1003px;
  min-height: 100%;
  margin: 0px auto 0px auto;
  color: #000000;
  background: #dddddd url(../img/bg/bglinks.gif) repeat-y;
  font-family: sans-serif;
}