$(function() {
	$('a[href="#wrap"]').click(function() {
		$('html, body').animate({ scrollTop: 0 }, 250);
		return false;
	});
});