/* css by miss monorom monorom.com for www.intensivstation.ch */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

html, body {
		height: 100%;
		overflow: hidden;
	}
	
#container{
	overflow: auto;
	height: 100%;
	}
	
#banner {
	background:none;
	position: absolute;
	z-index:100;
	}
#banner-inner {
	background:url(../images/bg-top.gif) repeat-x left top;
	margin-right: 17px;
	height: 130px;
	}


#footer {
	background:none;
	position: absolute;
	height: 110px;
	}

#footer-inner {
	background:url(../images/bg-footer.gif) repeat-x left bottom;
	margin-right: 17px;
	height: 110px;
	}
