$(function(){
	
	$('img').pngfix();
	$('#header #logo a').pngfix();
	$('#header_a h2').pngfix();
	$('#navi #btn').pngfix();
	$('#container').pngfix();
	
});
