$(document).ready(function () {
	$('#center-image-bg-home').hide().fadeIn(1000);
	$('#home-text-container').hide().delay(1000).fadeIn(1000);
});
