$(document).ready(function() {

	$('body').hide().fadeIn(2000);

});
