body {
  background-image: url('http://mortonstrunk.com/images/grass-tile.png');
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

img {
  border: none;
}

#container {
  background-image: url('http://mortonstrunk.com/images/sky-and-ground-tile.png');
  background-repeat: repeat-x;
  height: 708px;
  width: 100%;
  padding: 20px 0;
}

#main-content {
  height: 700px;
  margin: 0 auto;
  width: 700px;
  border: thick solid #000;
}

#extras {
  margin: 0 auto;
  width: 1200px;
  position: relative;
}

.elephant {
  position: absolute;
  bottom: 50px;
  right: 0;
  display: block;
  width: 243px;
  height: 226px;
}

.flower {
  position: absolute;
  bottom: 0;
  left: 100px;
  display: block;
  width: 140px;
  height: 244px;
}
