(function($){
$(document).ready(function() {
	$('#container').pngFix(); 								// For the benefit of IE6, this adds transparency to all png images
	});
})(jQuery);