#main {
  position: absolute;
  left: 50%; top: 50%;
  height: 20em; width: 20em;
  margin-left: -10em; margin-top: -10em;
  background-color: #d8e2df;
  border: 1px solid #a8b2af;
  color: #48524f;
}

#title {
  position: absolute;
  right: 5%; bottom: 5%;
  text-align: right;
  font: 80% sans-serif;
}
#title h1 {
  margin: 0px;
  font: bold 250% sans-serif;
}

#bodytext {
  position: absolute;
  left: 5%; top: 5%;
  right: 5%; bottom: 5%;
  font: 80% sans-serif;
}

a {
  font-weight: bold;
  color: #48524f;
  text-decoration: none;
}
em {
  font-weight: bold;
  font-style: normal;
}
