#top_spacer {
	height: 50px;
	width: 1000px;
}
.container {
	height: 800px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#right_frame {
	position: relative;
	height: 420px;
	width: 140px;
	left: 860px;
	top: -840px;
	background-image: url(Bilder/right.jpg);
	background-repeat: no-repeat;
}
.text_content {
	height: 100px;
	width: 1000px;
	position: relative;
	top: -840px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #09C;
	text-align: center;
}
#bottom_frame {
	height: 112px;
	width: 1000px;
	top: -840px;
	position: relative;
	background-image: url(Bilder/down.jpg);
	background-repeat: no-repeat;
}
.top_frame {
	height: 125px;
	width: 1000px;
	background-image: url(Bilder/top.jpg);
	background-repeat: no-repeat;
}
#left_frame {
	height: 420px;
	width: 139px;
	background-image: url(Bilder/left.jpg);
	background-repeat: no-repeat;
}
#content_frame {
	position: relative;
	height: 420px;
	width: 721px;
	left: 139px;
	top: -420px;
}
