$(document).ready(function() {
			// Fix all inline PNG images and the element #container with the custom sizingMethod of "scale"
			$("img[@src$=png], #GeneralBgContentBottom, #GeneralBgContent").pngfix({
				sizingMethod: "scale"
			});
			
			// $.miseAlphaImageLoader("sdsd");
		});