@charset "UTF-8";


@media screen, projection
{
	body, html { height: 100% !important; padding: 0;}



  .foopage_margins {

  position:relative !important;

  min-height:100%; /* real browsers */

  height: auto !important;

  }

  * html .foopage_margins { height:100% !important; }



  /* allocate space for footer ... */

.foopage { padding-bottom: 119px; }
#footer {

    position:relative !important;

    min-width: 740px;

    max-width: 80em;

    margin: 0 auto;

    /* move #footer to its position ... */

    margin: -119px auto 0;

  }


#footer .page {
	text-align: center;
	margin-top: 20px;
	padding: 20px 0 80px;
	border: none;
}
}