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