jQuery(function(){
	jQuery("#bottom a").click(function(){
	jQuery('html,body').animate({ scrollTop: jQuery(jQuery(this).attr("href")).offset().top }, 'slow','swing');
	return false;
	});
});

