/*Event.observe(window, 'load', function () {
	if($('Page').style.innerWidth < 960) {
		$('Page').style.width = "960px;"
	}
}) */