
function centra() {
	if (window.innerWidth){
	Hpx = window.innerWidth;
	}else{
	Hpx = document.documentElement.clientWidth;
	}

	distanza = ((Hpx-1700)/2)+"px";
	document.getElementById("panda").style.marginLeft = distanza;
}
