$(window).load(function() {
	$("#body-background").ezBgResize();
});

$(window).resize(function() {
	$("#body-background").ezBgResize();
});

