/*
  ----------------------------------------------------------
  Hello.
  You're doing the right thing to learn more about CSS and
  xHTML - looking.
  That's the way I learnt, and it's one of the best.
  But please don't copy wholesale.
  So, look: don't copy !
  ----------------------------------------------------------
  Copyright (c) 2000-2008
  The Rubycon Information Design Copyright (c) 2008
  http://www.therubycon.com/
  ----------------------------------------------------------
  with thanks and credits to
  dan cederholm
  jeffrey zeldman
  jeremy koempel
  sean kelly
  drew mclellan
  jesse bennett-chamberlain
  steve smith (for the float to help 'clear'-ing)
  jon hicks
  ----------------------------------------------------------
  site:          Marketing Sparkle
  designer:      Mark Jackson
  creation:      September 2008
  modified:      September 2008
  scheme:        corporate
  layout:        fixed-width; centred
  background:    #fff
  font-family:   Helvetica, Arial, Sans-serif;
  ----------------------------------------------------------
  Lets be kind to older browsers
  This will be replaced by layout.css
  if the browser understands @import
  ----------------------------------------------------------
 */
body {
    background-color:#fff;
/*
  ----------------------------------------------------------
  If we find an old browser, then lets encourage a browser
  upgrade with a suitable message
 */
    background-image:url(http://www.marketingsparkle.com/f/upgrade.gif);
/*
  using the full url so that ie45mac and nn4 find it
  ----------------------------------------------------------
 */
    background-repeat:no-repeat;
    background-position:top left;
    margin:0;
    padding:80px 10% 10% 10%;
    font-family:Helvetica, Arial, sans-serif;
}