* html img{
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/transparent.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)
);
}
body{
	width:expression(document.documentElement.clientWidth < 1010 ? "1010px" : "auto");
}
#header h1 a{
	background:none;
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/logo.png', sizingmethod='crop');
}
.slider-box{
	background:none;
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/slider-bg.png', sizingmethod='crop');
}
.slider-box.sm{
	background:none;
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/slider-bg-sm.png', sizingmethod='crop');
}
.main .slider-box.sm,
.main-slides .slider-box.sm{
	background:none;
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/slider-bg-sm2.png', sizingmethod='crop');
}
.search-box .btn{
	background:none;
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/btn1.png', sizingmethod='crop');
}
.list-games .title{
	background:none;
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/title-bg.png', sizingmethod='crop');
}
.bt-list{
	background:none;
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/bt-bg.png', sizingmethod='crop');
}
.main .list-games .title{
	background:none;
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/title-bg2.png', sizingmethod='crop');
}
.main .bt-list{
	background:none;
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/bt-bg2.png', sizingmethod='crop');
}
.rec-box .title{
	background:none;
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/search-box-bg.png', sizingmethod='crop');
}
.game-cont-box{
	background:none;
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/game-box-bg.png', sizingmethod='crop');
}