
html {
    background:url(/img/background-landscape.jpg);
}

#container {
    background:url(/img/black-autumn.png) no-repeat;   
}

#containerRepeat {
    background:url(/img/black-repeat.png) repeat-y;   
}
#containerFooter {
    background:url(/img/black-footer.png) no-repeat;   
}
