@charset "utf-8";
/* CSS Document */


body {
    background-image: url(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: #f7f4ee; /** Website BG colour (matches canvas colour in Step 1) **/
	margin-top:5px;
}

#container1 {
    width: 768px;
    margin: 0 auto;
    text-align: left;
}

#container2 {
    width: 768px;
    margin: 0 auto;
    text-align: left;
}

#container3 {
    width: 750px;
    margin: 0 auto;
    text-align: left;
}


