body {
        background-image: url(images/wdf_bg.png); /** Link to the image you created **/
        background-repeat: repeat-y; /** Repeats the image vertically **/
        background-position: center; /** Centers the Background image **/
        background-color: #f0efee; /** Website BG colour (matches canvas colour in Step 1) **/
}