body {
  margin: 0;
  background: url(images/gravebg.png) repeat-x #000 center top fixed;
  color: #fff;
  font-family: rockwell, american typewriter, courier, monospace, open sans, sans-serif;
  font-size: 12pt;
}

div#desk {
  width: 853px;
  height: 715px;
  margin: auto;
  padding-left: 16px;
  background: url(images/Desk.png) no-repeat bottom left;
  font-size: 12pt;
}

div#page {
  width: 853px;
  margin: auto;
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-left: 3px solid #777;
  border-right: 3px solid #777;
  background-color: #000;
}

div.pageinner {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}

a,a:hover,a:link,a:visited,a:active {
  color: #ed1c24;
  font-weight: bold;
  text-decoration: underline;
}

h1 { font-size: 28px; color: #000; background-color: #fff; width: 853px; display:block; text-align: center; padding-top: 3px; padding-bottom: 3px; }
h2 { color: #ed1c24; }
h1,h2 { margin-top: 0px; margin-bottom: 0px; }

ul.skulls {
  margin-bottom: 12px;
}

ul.skulls li {
    margin: 6px 0 0px 12px;
    background: url('images/skullemoji.png') no-repeat left center;
    list-style: none;
    padding-left: 21px;
}

strong
{
  color: #ed1c24;
}

