/* CSS Document */

body {
    background-image:  url(../images/background_christmas.jpg);
}

div#header {
    background: url(../images/header_kewadin.jpg) no-repeat;
}

div#leftPane {
    background-image:  url(../images/leftPaneRepeat.jpg);
    background-repeat: repeat-y;
}

div#leftPaneTop {
    background-image: url(../images/leftPaneTop.jpg);
    background-repeat: no-repeat;
}

div#centerPane {
    background-image:  url(../images/centerPaneRepeat.jpg);
    background-repeat: repeat-y;
}

div#centerPaneTop {
    background-image:   url(../images/centerPaneTop.jpg);
    background-repeat:  no-repeat;
}

div#fastFacts-content {
    background: url('../images/fastFacts_background-repeat.jpg') repeat-y;
}

div#fastFacts-footer {
    background: url('../images/fastFacts_background-bottom.jpg');
}