/* Full height trick */
html
{
  margin:0;
  padding:0;
  height:100%;
}

body,
#site
{
  min-height:100%;
}

/* Hides from IE-mac \*/
* html body,
* html #site
{
  height:100%;
}
/* End hide from IE-mac */


