/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Variation of screen layout (basemod.css) for layout example "3col_fullheight"
 * (de) Variation des Screenlayouts (basemod.css) für Layoutbeispiel "3col_fullheight"
 *
 * @copyright       Copyright 2005-2010, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.3
 * @revision        $Revision: 466 $
 * @lastmodified    $Date: 2010-09-14 21:19:30 +0200 (Di, 14 Sep 2010) $
 */

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

  .page_margins {
  position:relative !important;
  min-height:100%; /* real browsers */
  height: auto !important;
  background: #fff;
  }
  * html .page_margins { height:100% !important; }

  /* allocate space for footer ... */
  .page { padding-bottom: 30px; }


  #footer {
    position:relative !important;
    min-width: 970px;
    max-width: 970px;
    margin: 0 0;
    /* move #footer to its position ... */
    margin: -30px auto 0;
    border: 0 none;
    padding: 0;
	padding-top: 3px;
	background:#e3e2e2;
	background-image:url(../../img/bg_footer.png);
	background-position:top;
	background-repeat:repeat-x;
	border:0px solid red;
  }


}
