body {
  font: 16px arial;
  color: black;
  background: url(images/house.jpg) top center no-repeat #BBB;
}

#content {
  width: 760px;
  margin: 0 auto;
}

pre {
  border: 1px solid #222;
  padding: 0.5em;
}

pre em, .pre_em {
  font-style: normal;
  font-weight: bold;
  font: normal bold 1em "Courier New";
  color: #B00;
}

#readme {
  font: 16px arial;
  color: #000;
  background: url(images/Chungas_Revenge_800_600_fade.jpg) top center no-repeat #BBB;
}

#r_links {
  float:right;
  margin: 10px 40px;
}

#r_links a {
  margin: 0 8px;
}

#quotes {
  background: white;   
  float:right;
  padding: 0 10px 10px 0;
  margin:0 10px 0 0;
  width: 450px;
  }

#quotes li {
  margin: 0;
  text-align: right;
  font: 16px arial;
  clear: right;
  list-style-type: none;
}

#links {
  background-color: black;
  margin:0 600px 0;
  font-weight: bold;
  padding: 0 30px 20px 0;
  clear: right;
  padding:0;
  width: 100px
}

#links li {
  margin: 30px 0;
  text-align: center;
  clear: right;
  list-style-type: none;
}

#links a {
  color: #white;
}

#links a:hover {
  color: cyan;
}

cite {
  font-size: 0.8em;
  float: right;
}

#message {
  background: white;
  padding: 20px 20px 0;
  font: normal 14px arial;
  color: red;
  width: 220px;
  height: 140px;
  position:absolute;
  top:460px;
}

#message a {
  color: #080;
}

#message strong {
  font: bold 16px arial;
}