$("#wrapper").hide();

$(document).ready(function(){
	$("#wrapper").delay(500).fadeIn("slow");
	$.backstretch("images/backdrop.jpg");	
});
