body {
  height: 100%;
  margin: 0px;
  padding: 0px;

  background-image: url('i/bgi.gif');
}

table#main {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}

td#left {
  width: 50%;
  padding: 0px;
  margin: 0px;
  background: url('i/il.jpg') top right no-repeat;
}

td#right {
  width: 50%;
  padding: 0px;
  margin: 0px;
  background: url('i/ir.jpg') top left no-repeat;
}

td#center {
  width: 1000px;
  height: 1234px;
  padding: 0px;
  text-align: right;
  vertical-align: top;
}

div#center {
  position: relative;
  width: 1000px;
  height: inherit;
}

div#title {
  position: absolute;
  left: 486px;
  top: 25px;
  width: 302px;
  height: 107px;
  z-index: 100;
}

div#nav1 {
  position: absolute;
  left: 132px;
  top: 139px;
  width: 39px;
  height: 38px;
  z-index: 100;
}
div#nav2 {
  position: absolute;
  left: 190px;
  top: 167px;
  width: 39px;
  height: 38px;
  z-index: 100;
}
div#nav3 {
  position: absolute;
  left: 115px;
  top: 293px;
  width: 39px;
  height: 38px;
  z-index: 100;
}
div#nav4 {
  position: absolute;
  left: 86px;
  top: 365px;
  width: 39px;
  height: 38px;
  z-index: 100;
}
div#nav5 {
  position: absolute;
  left: 48px;
  top: 400px;
  width: 39px;
  height: 38px;
  z-index: 100;
}

div#bottom {
  position: absolute;
  right: 233px;
  bottom: 0px;
  width: 462px;
  height: 506px;
  background: url('i/ib.jpg') bottom left no-repeat;

  text-align: right;
  font: bold 11px verdana;
}

div#botnav {
  position: absolute;
  right: 8px;
  top: 50px;
}
div#botnav a {
  color: #328551;
  text-decoration: none;
}
div#botnav a:hover {
  text-decoration: underline;
}

div#copyright {
  position: absolute;
  right: 8px;
  top: 470px;
  color: #929191;
}
