/* CSS Document */

body {
    background-image: url(http://www.bees-n-the-keys.com/glow.jpg); /** Link to the image you created **/
    background-repeat: repeat-y; /** Repeats the image vertically **/
    background-position: center; /** Centers the Background image **/
    background-color: #eeece4; /** Website BG colour (matches canvas colour in Step 1) **/
	margin-top: 0px;
}


