/* style addition to wipe the background */

body {
  color: #ffbbaa;
  background: #000000;

  margin-top: 80px;
  margin-bottom: 20px;
  margin-left: 80px;
  margin-right: 80px;

  font-family: "arial", sans-serif;
  font-size: 1em;

  background-image: url("../img/back_ecoline_fogdark.jpg");
  background-repeat: repeat-y;
}

a img { border: hidden; }

p.footer {
  border-top: 1px solid #ffbbaa;
}

