
$(document).ready(function() {
	$("body").ezBgResize({
		img     : "images/backgrounds/"+BACKGROUND,
		opacity : 1,
		center  : true
	});
});


