	#page_overlay {		width:100%;		z-index:2;	}		#page_content {		font-size:30px;		padding:10px;		background-color:#000000;		color:#ffffff;		margin-top:40px;				/* Display on top of slideshow */		z-index:2;			position:relative; /* This is very important! */		}		img#bg {		/* Stretch background */		position:fixed;		top:0;		left:0;		height:100%;		width:100%;		z-index:0;	}		#bg_grid {		position:fixed; /* This is very important! */		top:0;		left:0;		height:100%;		width:100%;					/* Display on top of background */		z-index:1;	}	#image_description {	position:fixed; /* This is very important! */	right:-150px;	bottom:60px;	width:140px;	height:20px;	background-color:#FFFFFF;	filter:alpha(opacity=50);	-moz-opacity:0.8;	-khtml-opacity: 0.8;	opacity: 0.5;	z-index:2;	padding:5px;	font-family:Arial, Helvetica, sans-serif;	font-size:11px;	color:#000000;	}		body {}#header-bg {	position:absolute;	left:0;	top:0;	width:100%;	height:36px;	z-index:100;	filter: alpha(opacity=20);	background-color: #000;	opacity: 0.2;	-moz-outline: 0.2;}#Footer {	position: absolute;	width:100%;	height:50px;	z-index:700;	bottom: 0px;}	#hinweis_text p {  margin: 40px 0;  padding-bottom: 40px;} @media screen{  body>div#Footer{   position:fixed;  } }	