* html .l-wrap-all {
	height: 100%;
	overflow: visible;
	width: 
		expression( 
			document.body.clientWidth > 1600 ? 
				"1600px" : 
				( document.body.clientWidth <= 960 ? 
					"960px" : 
					"auto" 
				)
			);

	}

* html .g-png-scale {
	filter: expression( (runtimeStyle.filter=="")?
		runtimeStyle.filter ="progid:DXImageTransform.Microsoft.AlphaImageLoader( src='" + currentStyle.backgroundImage.split('\"')[1] + "', sizingMethod='scale')" :
		this.runtimeStyle.backgroundImage="none", "" );
	}