$(function () {
    if ($('body.home')[0]) {
      if ($.browser.opera)
        $('#people').css('marginTop', '32px');
    }
});