//<![CDATA[  

	jQuery(document).ready(function($) {
					   
	$('#content').hide(1).fadeIn(2500);
	/*$('#content').animate({ 
        width: "485px",)
		height: "600px",
        opacity: "1.0",
		fontSize:"11px",
		
      }, 1500 );*/

	}); //]]>

