function initPage () {
	$('main').style.display = 'none';
	Effect.Appear($('main'), {duration:1});
}

Event.observe(window, 'load', initPage);