$(window).load(function(){
		
		$('#content').animate({
		opacity : 1
		
		}, 2000
		
		
		);
		
	}
);
