$.noConflict();
jQuery(window).load(function($){ 
	jQuery('body').css({'background':'url(../images/main_bg.gif) repeat', 'background-color':'none'});	
	 
	// calculate left & right positions
	jQuery('.home_bottom_info_bg').css({'left':-((jQuery(window).width()-960)/2), 'right':-((jQuery(window).width()-960)/2)})
});

