BODY {
        background: url(/media/images/common/body-bg.gif);
        background-repeat: repeat-x;
}

BODY DIV#container {
        background: url(/media/images/common/container-bg.gif);
        background-repeat: repeat-y;
}

BODY DIV#container DIV#container-content DIV#header DIV#header-content DIV#site-title {
        background: url(/media/images/common/site-title-bg.gif);
        background-repeat: no-repeat;
}

BODY DIV#container DIV#container-content DIV#header DIV#header-content DIV#top-navigation UL LI A {
        background: url(/media/images/common/top-navigation-a-bg.gif);
        background-repeat: no-repeat;
}

BODY DIV#container DIV#container-content DIV#header DIV#header-content DIV#page-title {
        background: url(/media/images/home/page-title-bg.gif);
        background-repeat: no-repeat;
}

BODY DIV#container DIV#container-content DIV#header DIV#header-content DIV#focus {
/*        background: url(/media/images/home/focus-bg-santa3.gif); */
/*        background: url(/media/images/home/focus-bg-blank.gif); */
        background: url(/media/images/home/focus-bg-demelza.jpg);
        background-repeat: no-repeat;
}


BODY DIV#container DIV#container-content DIV#body {
        background: #ffffff;
}

BODY DIV#container DIV#container-content DIV#footer {
        background: url(/media/images/home/footer-bg.jpg);
        background-repeat: no-repeat;
        background-color: #ffffff;
}


BODY DIV#container DIV#container-content DIV#body DIV#body-content DIV#introduction {
        background: url(/media/images/home/introduction-bg.gif);
        background-repeat: repeat-y;
}

BODY DIV#container DIV#container-content DIV#footer DIV#footer-content DIV#club A IMG {
        border-style: solid;
        border-width: 0px;
}