/* CSS Document */
body {
  background:url(hintergrund.jpg) repeat-x;
  background-color:#000;
  height:100%;
  margin:0;	
  color:#FFF;
}

a:link {
	color:#fd2dff;
}
a:hover {
	color:#fd2dff;
}

a:visited {
	color:#fd2dff;
}

#Center {
  position: absolute;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  height: 100%;
  border:0;
  text-align:center;
 
}



img {
	margin-top:150px;
	margin-bottom: 25px;
}