$(document).ready(function() {
	$("#content").animate({
		opacity: 1
	}, 1500);
}); 
