 $(document).ready(function(){
	$('#navi').css({
		'position': 'relative',
		'top': '-120px'
	});
	$('#navi').animate({
		'top': '0px'
	}, 750, 'easeOutBounce');
 });

