function checkCentering() {
	var tempPos = getPositionLayer(document.getElementById('layoutContainerLayer'));
	if (tempPos != false) {
		if (tempPos[0] < 0) moveLayerX('layoutContainerLayer',450);
		if (tempPos[1] < 0) moveLayerY('layoutContainerLayer',300);
	}
}

