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

