body {
  background-color: #09c;
  font-family: arial, sans-serif;
  font-size: 13px;
  background-image:   url("../TopBackground.jpg");
  background-repeat: repeat-x;
  text-align: center;
  margin: 0; padding: 0;
}
h1 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #ff8;
  font-style: italic;
}
h2 {
  font-size: 20px;
  background-color: #3ca;
  width: 50%;
  font-weight: bold;
  color: #fff;
  margin: -1em auto 0 auto;
  height: 2em;
  padding: 0.5em 2em;
  border: 1px solid #000;
  display: inline;
}
p { /* to deal with IE peek-a-boo bug */
  position:relative;
}

#Container {
  width: 700px;
  text-align: left;
  margin: 0 auto;
}

#BelowContainer {
  background-image:   url("../BottomBackground.jpg");
  background-repeat: repeat-x;
  margin-top: -300px; padding: 0;
  height: 300px;
  position: relative; z-index: 0;
}

.Author {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.Main {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  padding: 5px 15px;
  margin: 1em;
  position: relative; z-index: 1;
}
.Center {
  text-align: center;
}
.XSmallInfo { font-size: 11px; }
.XXSmallInfo { font-size: 9px; }