$(document).ready(function(){
	$(document).bgStretcher({
		images: ['public/images/bg/body-bg.jpg']
	})
	DD_belatedPNG.fix('.png IMG');
});


