/* CSS Document */
body {
  background:url(hintergrund.jpg) repeat-x;
  background-color:#FFF;
  height:100%;
  margin:0;	
}

a:link {
	color:#222;
}
a:hover {
	color:#222;
}

a:visited {
	color:#222;
}

#Center {
  position: absolute;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  height: 100%;
  margin-bottom: -50%;
  border:0;
  overflow: hidden;
}

#Flash {
	text-align:center;
	width:500px;
	margin: 75px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222;
}