body {
  background: url("http://www.chebucto.ns.ca/~ag706/pics/flame-left.jpg") #ff8 repeat-y fixed;
  color: #003;
  margin-left: 100px;
}
a:link {
  background: none #ff8;
  color: #c00;
}
a:visited {
  background: none #ff8;
  color: #900;
}
a:active {
  background: none #ff8;
  color: #f30;
}
a:hover {
  background: none #c00;
  color: #ff8;
}
a:focus {
  background: none #ff8;
  color: #f30;
}
#navigation, #content, #poem {
  background: none #ff8;
  color: #630;
}
#poem:before {
  content: url("http://www.chebucto.ns.ca/~ag706/pics/");
  display: block;
}
#poem:after {
  content: url("http://www.chebucto.ns.ca/~ag706/pics/");
  display: block;
}