
    
    #centredPage {
       background-image: url("/images/common/page_tile.gif");
       background-repeat: repeat-y;
    }
    
    #footerArea {
    	background-image: url("/images/common/footer/footer_background_noshadow.gif");
		background-repeat: no-repeat;
	}
    
    #DropDownMenu {
	    background-image: url("/images/common/menus/dropdown_background.gif");
		background-position: bottom;
		background-repeat: no-repeat;
	}
    
    #merlinLogo {
        background-image: url("/images/common/header/merlin_logo.gif");
		background-repeat: no-repeat;
    }
    
    #languageBarContent {
    	background-image: url("/images/common/header/language_bar.gif");
		background-repeat: no-repeat;
    }

	#sloganBar {
   		background-color: #000000;
    }
    
    #donateButton p {
    	background-image: url("/images/common/header/donate_button.gif");
		background-repeat: no-repeat;
        background-position: center bottom;
    }
    
