body {
    background-image: url(papillonPatSlice1.jpg); /** Link to the image you created **/
    /** background-repeat: repeat-y; /** Repeats the image vertically **/
    background-position: center; /** Centers the Background image **/
}

