function changeWatermark() {
	i = Math.round((screen.availWidth - 1011) / 2) - 275;
	e = document.getElementById("watermark");
	e.style.left = i + 'px';
}