/* CSS Documentby Ben Scott: www.webdesignerforum.co.uk */

body {
        background-image: url(bgs/background1.jpg); /** Link to the image you created **/
        background-repeat: repeat-y; /** Repeats the image vertically **/
        background-position: center; /** Centers the Background image **/
        background-color: #f7f4ee; /** Website BG colour (matches canvas colour in Step 1) **/
}

#container {
        width: 960px;
        margin: 0 auto;
        text-align: center;
}