$(document).ready(function(){
$("#wrapper").css({opacity:"0"});
$("#wrapper").animate({opacity:"1"}, 800);
});
