Background images will repeat by default, but this is the CSS for the repeat property. See the source or below:
body {
background-repeat: repeat;
background-image: url(../images/thomasintheocean.png);
}