 $(document).ready(function(){

	
  
	$("#main").fadeOut("fast");
	$("#main").slideDown("slow");

   
 });

