
$(document).ready(function() {
	
  $("#main_wrapper").css("display", "none");
  $("#main_wrapper").fadeIn(950);

});



