body {
  border: 0;
  padding: 0;
  background: #000 url(4gh-pagebg.jpg) repeat top left;
}
img {
  border: 0px;
}
.box {
  background: url(4gh-boxbg.jpg) repeat-y top left;
  border: 4px solid #003300;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 640px;
  min-height: 475px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  position: relative;
  -moz-box-shadow: 0px 0px 60px #86fd5e;
  -webkit-box-shadow: 0px 0px 60px #86fd5e;
  box-shadow: 0px 0px 60px #86fd5e;
}
#index-page {
  background: url(4gh-homebg.jpg) no-repeat top left;
  height: 475px;
}
.box a {
  color: #3FFC00;
}
.box p {
  background-color: #000;
  background-color: rgba(0,0,0,0.6);
  color: #3FFC00;
  font-size: 16pt;
  font-family: monospace, courier;
  margin: 1em 10px;
  padding: 0.5em;
}
#about-link {
  position: absolute;
  top: 0px; left: 0px;
}
#location-link {
  position: absolute;
  top: 0px; right: 0px;
}
#program-link {
  position: absolute;
  bottom: 0px; left: 0px;
}
#legal-link {
  position: absolute;
  bottom: 0px; right: 0px;
}

