/*
*	Custom styles for 2nd & 3rd level pages
*	Includes day / night images
*/

@import url('private.css');
/* @import url('privilege.css'); */

#page
{
	/*background-image: url('/assets/images/bg/common_top.jpg');
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: scroll;*/
}
#page #inner-page
{
	background-image: url('/assets/images/globalHome/BgFooter.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: scroll;
}

body #page.personal #inner-page { background: url('/assets/images/bg/Personal/index/BG_bottom.jpg') no-repeat bottom; }
body #page.personal-cards #inner-page { background: url('/assets/images/bg/Personal/cards/BgFooter.jpg') no-repeat bottom; }
body #page.personal-deposits #inner-page { background: url('/assets/images/bg/Personal/deposits/BgFooter.jpg') no-repeat bottom; }
body #page.personal-ebanking #inner-page { background: url('/assets/images/bg/Personal/ebanking/BgFooter.jpg') no-repeat bottom; }
body #page.personal-insurance #inner-page { background: url('/assets/images/bg/Personal/insurance/BgFooter.jpg') no-repeat bottom; }
body #page.personal-investments #inner-page { background: url('/assets/images/bg/Personal/investment/BgFooter.jpg') no-repeat bottom; }
body #page.personal-loans #inner-page { background: url('/assets/images/bg/Personal/loans/BgFooter.jpg') no-repeat bottom; }

body #page.about #inner-page { background: url('/assets/images/bg/About/BgFooter_index.jpg') no-repeat bottom; }

body #page.corporate #inner-page { background: url('/assets/images/bg/CIB/Index/BgFooter.jpg') no-repeat bottom; }
body #page.corporate-commercial #inner-page { background: url('/assets/images/bg/CIB/Commercial/BgFooter.jpg') no-repeat bottom; }
body #page.corporate-corporate #inner-page { background: url('/assets/images/bg/CIB/Corporate/BgFooter.jpg') no-repeat bottom; }
body #page.corporate-ebanking #inner-page { background: url('/assets/images/bg/CIB/eBanking/BgFooter.jpg') no-repeat bottom; }
body #page.corporate-financial #inner-page { background: url('/assets/images/bg/CIB/Financial/BgFooter.jpg') no-repeat bottom; }
body #page.corporate-investment #inner-page { background: url('/assets/images/bg/CIB/Investing/BgFooter.jpg') no-repeat bottom; }
body #page.corporate-structured #inner-page { background: url('/assets/images/bg/CIB/STCF/BgFooter.jpg') no-repeat bottom; }

body #page.investor #inner-page { background: url('/assets/images/bg/Investor/BgFooter.jpg') no-repeat bottom; }

/* Night images shared by all... */
body.night #page { /*background: url('/assets/images/bg/Night/night_top.jpg') no-repeat top;*/ }
body.night #page #inner-page { /*background: url('/assets/images/bg/Night/night_bottom.jpg') no-repeat bottom; */}
