$(document).ready(function()
{
	//IE Fix
	if (jQuery.browser.msie)
	{
		$("#banner-wrap-left").css("top","83px");
		$("#banner-wrap-right").css("top","83px");
		//$("#page-content-container").css("height", window.innerHeight - 386);
		//$(window).resize(function(){$("#page-content-container").css("height", window.innerHeight - 386);});
		//$("#page-content-container").style.backgroundRepeat="repeat-y";
		
		$("#page-content-wrap").pngFix();
		$("#cart-search-bar-wrap").pngFix();
		$("#footer-wrap").pngFix();
	}
	else
	{
		$("#page-content-container").css("min-height", window.innerHeight - 386);
		$(window).resize(function(){$("#page-content-container").css("min-height", window.innerHeight - 386);});
	}
	
})
