$(document).ready(function() {
	// $("body").fadeIn(1000);
	$('.fade').fadeIn(3000);
});

