$(document).ready(function() {
		
	$("body").ezBgResize({
		img     : "images/bg.jpg",
		opacity : 1,
		index	: -1,
		center  : true
	});

});
