body {
}

#page_wrap {
  background: transparent url(modern_abstract_art_top.gif) center top no-repeat;
  display: table;
}

#page {
  padding-bottom: 350px;
  background: transparent url(modern_abstract_art_bottom.gif) center bottom no-repeat;
  display: table;
}

#header {
  height: 100px;
}

#menu {
  background-image: url(modern_abstract_art_top.gif);
  background-position: center -100px;
  background-repeat: no-repeat;
  background-color: #eeeeee;
  height: 50px;
}

#content {
  background-image: url(modern_abstract_art_top.gif);
  background-position: center -150px;
  background-repeat: no-repeat;
  background-color: #eeeeee;
}

#content .content {
  margin-right: 50px;
  padding: 1em;
  background-color: #eeeeee;
  border: 2px solid #666666;
  border-width: 2px 2px 2px 1px;
}

#footer {
  background-image: url(modern_abstract_art_bottom.gif);
  background-position: center -376px;
  background-repeat: no-repeat;
  background-color: #eeeeee;
  text-align: center;
  height: 24px;
}

#footer .content p {
  line-height: 24px;
}

#footer h2, #menu h2 {
  display: none;
}
