/* CSS Document */

body{
    background-image:  url(../images/background_kewadin.jpg);
}

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

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

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

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

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