$(function() {
	//Fade in body bg image
	$('#background').css('opacity',0);
	$('#background').animate({ opacity: 1}, 3000);
});
