
  $(document).ready(function() {
    
$("#sidebar").height($("#content-wrap").height()+ 25); 

  });


