$(function(){
	$('body').scrollParallax({
		'speed': 0.4,
		'axis' : "y"
	});
});
