body
{
  text-align: center;
  font-family: century gothic;
  font-size: 12pt;

  color: #7B8AAA;
  background-color: #000000;

  background-image: url("images/book-banner.gif");
  background-repeat: no-repeat;
  background-position: top center;
}

a       { text-decoration: underline; color:#56637E; }
a:hover { text-decoration: none; color:#56637E; }

img { border: 1px solid rgb(140,0,0); }

#container 
{
  position: relative;

  margin: 0 auto;
  margin-top: 0;
  width: 800px;
  text-align: left;
}

#content
{
  position: absolute;
  top: 75px;
  left: 20px;
  width: 760px;
}

#quotes { text-align: right; }
