jQuery(function( $ ){
	$('#contact').click(function(){
		$.scrollTo( this.hash, 750 );
		return false;
	});
});

	 
