/**
* stylesheet_smartbg.css
*
* CSS Stylesheet for BG Switcher examples
* Smart Backgrounds v2.0   Glenn Herbert (gjh42)  2008-03-27
*/


/* Sample stylesheet declarations: */

/*example to set default header bg*/
#headerWrapper {background-image: url(../images/smartbg.png);}

/*example to set header bg for listing page in category id 23*/

/*example to set content bg pages*/

/*example to set content bg for ez-page id 5*/
.smartBG_50 #contentMainWrapper {background-image: url(../images/smartbg_50.gif);}
/*example to set center column bg for ez-page id 5*/
.smartBG_page5 .centerColumn {background-image: url(../images/smartbg_page5.gif);}

