

#monkey {
  background-image: url(../imgs/monkey01.jpg);
  background-position:top right;
  background-repeat: no-repeat;
  background-attachment: scroll;
  margin: 0px;
  padding: 0px;
  width:100%;
}
#parrot {
  background-image: url(../imgs/parrot01.jpg);
  background-position:top right;
  background-repeat: no-repeat;
  background-attachment: scroll;
  margin: 0px;
  padding: 0px;
  width:100%;
}
#lizard {
  background-image: url(../imgs/frog04.jpg);
  background-position:top right;
  background-repeat: no-repeat;
  background-attachment: scroll;
  margin: 0px;
  padding: 0px;
  width:100%;

}
#frog {
  background-image: url(../imgs/frog03.jpg);
  background-position:top right;
  background-repeat: no-repeat;
  background-attachment: scroll;
  margin: 0px;
  padding: 0px;
  width:100%;
}
.flow {
  float: right;
  clear: right;
  margin: 0px 1.25em 0px 0px;
 /*border:.01em solid red;*/
  
}
