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

