$(document).ready(function() {
$(function(){
	$('#wrapper').hide();				
	$('#wrapper').fadeIn(1000);
	});
});
