jQuery('document').ready(function() {
  jQuery('#footer p').css({width:300, margin:'0 auto'});
  jQuery('#footer p').addClass('contrast');
});
