body {width:expression(document.documentElement.clientWidth < 960 ? "960px" : "auto");}
.w-top {
	background:none;
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='images/bg-w-main-top.png', sizingmethod='crop');
}
.w-bottom {
	background:none;
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='images/bg-w-main-bottom.png', sizingmethod='crop');
}
.w-content {
	background:none;
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='images/bg-w-main-content.png', sizingmethod='scale');
}
#nav li ul { left:-30px; }
.post .date-box div {
	background:none;
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='images/bg-date-box.png', sizingmethod='crop');
}
.png {
	position:relative;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(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 = "images/none.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.pngSet=true));
}
