// custom js
// full bg image
$(window).load(function () {
	$("#background").fullBg();
});

