*{
	margin:0px;
	padding:0px;
}
html{
	height:100.02%;
	overflow-y:scroll;
}
body{
  background-image: url(../images/html-bg.jpg);
  background-position:top center;
  background-repeat:repeat-x; 
  background-color:#fff;
  }

#wrapper{
background-image: url(../images/body-bg.jpg);
background-position:top center;
background-repeat:no repeat; 
width: 600px;
min-height:600px;
margin:auto;
}
#header{
background-image: url(../images/logomannaushamburg.png);
background-repeat: no-repeat;
width:600px;
height:67px;
margin-bottom:26px;
}
a{
display:block;
float:left;
width:190px;
margin:3px 5px;
}