body {
	background-color: black;
}

#container {
	height: 200px;
	background-repeat: no-repeat;
}

#content {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	min-height: 1000px;
	z-index: -3;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../images/flyer_boxen_klein.jpg);
}

#text {
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 18px;
	padding-bottom: 25px;
	padding-right: 25px;
	padding-left: 50px;
	padding-top: 250px;
	margin-left: 150px;
	width: 600px;
}

p {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	color: white;
	line-height: 24px;
	background-color: black;
	display: inline;
}


