/*
Document        :   fridge.main.css
Created on      :   15/10/2009, 1:56:35 PM
Author          :   Robert Tooker & Prashant Raju
Description     :
Main stylesheet for pages
Tested with     :
IE6+, FF2+, Safari 3+, Chrome, Opera 9+
-------------------------------------------------
Table of contents:
// Common Styles //
1.          :   Globals
2.          :   Link styles
3.          :   Container
*/

/* 1. Globals */
html, body {
    background:#FFF url('../images/fridge_gradient.png') repeat-x top;
    color:#333;
    height:100%;
    outline:none;

}

/* 2. Links */
a, a:active, a:visited  {   color:#f90;             }
a:hover                 {	text-decoration:none;   }

/* 3. Container */
#container          {   height:100%; text-align:left;   }