/* Generated by KompoZer */
body {
  background-image: url(../images/bg.gif);
  background-repeat: repeat-x;
  background-attachment: fixed;
  font-family: Arial,Helvetica,sans-serif;
}
#frame {
  margin: 0px auto;
  width: 850px;
}
#header {
  margin: 0px;
  padding: 10px 20px 0px 10px;
  width: 800px;
  height: 80px;
  background-image: url(../images/header.gif);
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 50px;
}
#mainbox {
  margin: 0px;
  padding: 10px 20px 0px 10px;
  width: 800px;
  height: 400px;
  background-image: url(../images/mainbox-home.gif);
  background-repeat: no-repeat;
  position: absolute;
  top: 95px;
  left: 50px;
}
#footer {
  width: 800px;
  height: 160px;
  background-image: url(../images/footer.gif);
  background-repeat: no-repeat;
  position: absolute;
  top: 506px;
  left: 50px;
}

