background-repeat: no-repeat. Note that
   the image is not repeated
  background-repeat: repeat-x. Note that the
   image is repeated on the x axis.
  background-repeat: repeat-y. Note that the
   image is repeated along the vertical axis.