@charset "utf-8";
#centeredDiv	{
	text-align: center;
	width: 900px;
	height: 980px;
	margin-top: 4%;
	margin-right: auto;
	margin-left: auto;
	z-index: 6;
}
body {
	background-image: url(bg.png);
	background-repeat: -x;
}

#streifen {
	height: 740px;
	width: 20px;
	background-color: #006633;
	margin-left: 880px;
	margin-top: -570px;
	z-index: 1;
	border: 1;
}
