jQuery(function($) {
	$('#right').css('min-height', $('#left').height());
});
