jQuery(window).load (function()
	{
		var $ = jQuery;
		$('div#sidebars').css ('min-height', $('div#content').height () + 'px');
	});