/* ***********************************
     Bella Fontanis 2007
     TYPE	: Stylesheet
     TITLE	: Bella Fontanis Basic Style
     DESC	: Special Stylesheet for Fixed IE
     AUTHOR	: Renate Einecke // www.sevenpixels.de

   *********************************** */

html, body {
     height:100%; 
     width: 100%;
     overflow:hidden; 
}
#container {
      height: 100%;
      width: 100%;
      overflow: auto;
}       
#unten {
      position: absolute;
      bottom: 10px;	
      left: 15px;
      z-index: 1;
}
#footer 
{
      position: absolute;
      bottom: 0;
      z-index: 1;
}
