/* IPHONE.CSS
   The iPhone has a few interesting characteristics that may need addressing. Hit area's, cache sizes, etc.
   
   --------------------------------------------------------------------------------------------------------------------------
   FILE INFO
   Revision number:  1.0
   Last updated:     2008/11/01
   Last updated by:  Matt Wilcox
   
   NOTES
   There's no budget or time for a "proper" iPhone site, so we're making do with a few minor optimisations of the main site.
   
   * No animated clouds, as it utterly destroys performance on the iPhone
   * use the JPG background as it's faster loading (but still not cachable as it's over 25kb)
   ----------------------------------------------------------------------------------------------------------------------- */

   body {
     background : url(../images/body.jpg) 50% 0 no-repeat; }
   #fancy {
     background : none; }