body {
  background: url(/images/background.png);
  font-family: Georgia, "Times New Roman", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #eeeee8;
  text-align: center; }
  body #wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: auto;
    background: url(/images/top_background.jpg) repeat-x; }
    body #wrapper img {
      margin: 0 auto;
      width: 1022px; }

.clear {
  line-height: 0px;
  height: 0px;
  clear: both;
  display: block; }
