@import "reset.css";

body {
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
	margin:auto;
}

.container {
	text-align:center;
	background-image: url(layout/hintergrund.png);
	background-repeat: repeat-x;
}


