// JavaScript Document

$(function()
{

	// Content centering
	$('#wrapper').centerXY();
	
	//Background image stretching
	$.backstretch("fileadmin/template/_images/bg.jpg", {speed: 50});

});
