function divAc(deger) { 
		document.getElementById('copyright').style.left=(document.body.offsetWidth / 2) - (document.getElementById('copyright').clientWidth / 2) +'px';
	}
