window.onload = function(){ 
  if (jQuery.browser.safari) {
    $("#head p.email").css("margin-bottom","22px");
  }
}
