body {
  background: url(images/home_page.jpg) no-repeat;
}

#index-main {
  position: absolute;
  top: -7px;
  left: 1px;
  width: 960px;
  height: 720px;
  z-index: -1;
}
#title {
  position: absolute;
  /* width: 627px; */
  width: 12em;
  height: 100px;
  z-index: 1;
  left: 81px;
  top: 41px;
  font-size: 44pt;
}
.tcap  { font-size: 60pt; }
#subtitle {
  position: absolute;
  /* width: 381px; */
  width: 15em;
  height: 54px;
  z-index: 2;
  left: 268px;
  top: 141px;
  font-size: 20pt;
}

#menu-layer {
  position: absolute;
  /* width: 107px; */
  width: 10em;
  height: 13em;
  z-index: 3;
  left: 780px;
  top: 172px;
}
#menu2-layer {
  position: absolute;
  /* width: 107px; */
  width: 10em;
  height: 4em;
  z-index: 3;
  left: 780px;
  top: 462px;
}

.menu {
  text-align: center;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.menu li {
  font-weight: bold;
  margin-bottom: 1em;
}

#addr-layer {
  position: absolute;
  width: 555px;
  height: 51px;
  z-index: 5;
  left: 116px;
  top: 552px;
}

#addr-layer p {
  margin: 0;
  padding: 0;
  font-size: 13.5pt;
  text-align: center;
}

