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

#container {
	width: 1010px;
	height:1535px;
	margin: 0 auto;
	text-align: center;
}