function set_layout(){
	
	$.ifixpng('img/pixel.gif');		
	$('img[@src$=.png]').ifixpng();
	$(document).pngFix();
	setBack();
	setCountry();

}