@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 40px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	margin-top: 150px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.content {
	height: 121px;
	width: 750px;
	background-image: url(../images/gruen.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
