/* CSS Document */

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

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

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

}

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

#leftPaneFooter{
    background: url(../images/leftPane_footer.jpg);
    background-repeat: no-repeat;
}

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