/* Tools.css in this directory disables the background image, this is what we want for the album
pages but not for this index page so we reset the background here*/
body  {
  color: #000000; background: #ffffe0 url("/images/header.jpg") repeat-x left top;
  margin: 0 10px;
}
dd {
  margin-bottom: 1em;
}