body {
    background-image: url(images/background.jpg); /** Link to the image you created **/
    background-repeat: repeat-y; /** Repeats the image vertically **/
    background-position: center; /** Centers the Background image **/
    background-color: #FCEBCF; /** Website BG colour (matches canvas colour in Step 1) **/
}

TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}


#container {
    width: 800px;
    margin: 0 auto;
    text-align: center;
}

.footer {
   font-size : 11px;
	font-weight : bold;
	color: white;
}

H1 {
	font-size : 20px;
	color : #003366;
}

H2 {
	font-size : 16px;
	color : #990033;
}