$(document).ready(function(){
	
	$('body').slideUp(function(){
		$(this).show(1500);
	});
});

