/* CSS Document */

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: #f3ae09; /** Website BG colour (matches canvas colour in Step 1) **/
}

#container {
    width: 768px;
    margin: 0 auto;
    text-align: center;
}

.tdback { background-image: url(images/menu.jpg);}

.linkback {background-image: url(images/links_back.jpg);}

