/***********************************************
**      WP Styleguide CSS v4.61  IE6 fix      **
************************************************/
#stgHeader img {
	position: relative;
  behavior: expression(
		this.runtimeStyle.behavior="none" && (
		this.PNG ? 
			this.PNG=1 : (
				this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1 ? (
					this.runtimeStyle.backgroundImage = "none",
      		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        	this.src = "http://i.wp.pl/a/i/stg/450/blank.gif"
				):(
					this.origBg = this.origBg ?	this.origBg :	this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        	this.runtimeStyle.backgroundImage = "none"
				)
			),
			this.PNG=1
		)
	)
}
#stgHeader, #stgFooter {
  background-image: none;  
}
#stgHeaderTop, #stgHeaderBrd, #stgHeaderIco, #stgHeaderIco ul, #stgHeaderIco li {
  background-image: url(//i.wp.pl/a/i/stg/461/wps.gif);
}
.SBM_link { background-image: url(//i.wp.pl/a/i/stg/sbm_1/SBM_link.gif) }

