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


/* Sample stylesheet declarations: */

/*example to set default header bg*/
body {background: url(../images/back_m.gif) repeat-x #000;}

/*example to set header bg for listing page in category id 23*/
.smartBG_1803 {background-image: url(../images/smartbg_1803.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#000;
	margin-left:0;
	margin-top:0;
}
