html {border: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	min-height: 700px;
}

body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/bg_new.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 0.7em;
	border: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	
}


#pagewrapper {width: 100%; 
			overflow: hidden;
			 text-align: center;
			 }
			 

#header {z-index: 100;}

#flyer { position: relative;
		 border: 5px solid #690bdd;
		  width: 950px;
		  height: 394px;
		  background-color: white;
		  left: 50%;
		  margin-top: 20px;
		  margin-left: -475px;
		z-index: 500;
		overflow: auto;
		}

#bilderbalken
 { z-index: 1;
 	position: fixed;
 	bottom: 0px;
   max-width: 100%;
   text-align: center;
   }
