$( document ).ready( function(){
	
	var h = ($('#mainbox').height()-92) + 'px';
	$('#sidebar-bottom').css({ 'height': h });
	
});
