$(function() {
	// Background
	$('#background-home img').css('opacity',0);
	$('#background-home img').animate({ opacity: 1}, 2000);
});
