@charset "UTF-8";
/* CSS Document */

body
{ 
background: #ffffff url(../images/achter_repeat.jpg) fixed repeat-x;
background-attachment:fixed;
margin: 0 auto;
text-align:center;
}

#container{
	height: auto;
	margin: 0 auto;
}


#logo{
	background: url(../images/logo.jpg) center;
	background-repeat: no-repeat;
	height: 41px;
	margin: 0 auto;
}

#menu{
	background: url(../images/menu.jpg) center no-repeat;
	height: 17px;
	margin: 0 auto;
}

#content{
	background: url(../images/content.jpg);
	background-repeat: repeat-y;
	height: 1100px;
	margin: 0 auto;
}
