$(window).load(function(){
	$("#main_entrance").animate({opacity:1}, 1000,function(){$("#footer").animate({opacity:1}, 1000)});
})
