body {
    background-image: url(images/bg_shadow.jpg); /** Link to the image you created **/
    background-repeat: repeat-y; /** Repeats the image vertically **/
    background-position: center; /** Centers the Background image **/
    background-color: #ff0000; /** Website BG colour (matches canvas colour in Step 1) **/
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
    width: 810px;
    margin: 0 auto;
    text-align: default;
}