/* the relative/absolute stuff is to get a nice-looking footer */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
div#container {
  position: relative;
  min-height: 100%;
  width: 95%;
}
div#content {
  padding: 10px;
  padding-bottom: 10px;  
  width: 95%;
}
div#footer {
  position: absolute;
  bottom: 0;
  padding: 10px;
  width: 90%;
}

div#footer div#copy {
  font-style: italic;
  text-align: right;
  float: right;
  width: 49%;
}
div#footer div#lastupdate {
  font-size: 80%;
  text-align: left;
  float: left;
  width: 49%;
}


div#introquote {
  position: absolute;
  width: 95%;
  text-align: center;
  font-size: 70%;
  padding-top: 5px;
  font-variant: small-caps;
}

h1 {
  text-align: center;
  margin-top: 8ex;
}
h2 {
  margin-top: -3ex;
  text-align: center;
  font-size: 100%;
  font-weight: normal;
}
h3 {
  text-align: center;
  margin: 0;
}

div#content p.enter {
  padding-top: 2ex;
  text-align: center;
  font-size: 200%;
}
