html, body {
  width: 100%;
  height: auto;
  margin: 0px;
  font-size: 1em;
}
a {
  text-decoration: none;
}
.main {
  width: 790px;
  height: auto;
  background-color: brown;
  margin: 0px auto;
  padding: 20px;
}
.content {
  width: 80%;
  height: auto;
  scroll: auto;
  margin: 0px auto;
  background-color: transparent;
  text-align: center;
  top: 0px !important;
}
.textblock {
  width: 600px;
  height: auto;
  margin: 10px auto;
  margin-top: 0px !important;
  text-align: center;
  color: beige;
  font-weight: bold;
  font-size: 200%;
}
.normal_text {
  font-size: 75%;
}
.small_text {
  font-size: 50%;
  color: grey;
}
.site_link {
  text-decoration: none;
}
#bullseye {
  margin-top: -30px;
}
