BODY {
  color: black;
  background-color: #606060;
  background-image: url(images/large_icebubble.jpg);
  background-repeat: no-repeat;
  //background-position: center center;
  background-position: top left;
}
div.poem {
  color: black;
  background-color: transparent;
  background-image: none;
  // image width is 750px
  float: left;
  clear: right;
  width: 750px;
  margin-left: 50px;
  font-size: 250%;
  margin-top: 100px;
}
div.line {
  position: relative;
  left: 2em;
}
div.credits {
  margin-top: 150px;
  width: 600px;
  margin-left: 50px;
  font-size: 80%;
}
div.credits img {
  border-width: 0;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  clear: left;
}
