window.addEvent('domready', function() {
	new BigBackground({
		container:$('background-image')
	})
});

