@media screen {
    /* Angaben nur für den Internet Explorer mit Star-HTML-Hack */

* html, body { height: 100%;}

* html #content_container 
		{margin: auto auto;position: relative;
		height: 100%;
		}



* html #footer 
		{   position: absolute; left: 0; width: 99%;
			bottom: -1px;

		}


    }
