/**
* 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*/

#headerWrapper {
	background-image: url(../images/homeHeader.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
