$(function(){
	// to fix png in IE6
	$.ifixpng('gfx/empty.gif');
	$('img[@src$=.png], #logo, #bottom').ifixpng();
});
