jQuery(function(){
  var contentHeight = jQuery("#content").height()-40;
  jQuery(".rightgfx").height( contentHeight );
});
