* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #C8B2A5;
}
.container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.head {
	width: 800px;
	height: 150px;
}
.content {
	width: 800px;
	height: 300px;
	background-image: url(../img/content.jpg);
	background-repeat: no-repeat;
}
.footer {
	width: 800px;
	height: 25px;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
}
.content_text {
	float: left;
	margin-top: 24px;
	margin-left: 210px;
	font-size: 12px;
	color: #494e48;
}
.content_text span {
	font-weight: bold;
}
.container a {
	text-decoration: none;
	color: #494E48;
}
.container a:hover {
	text-decoration: underline;
}
.space_anz {
	float: left;
	width: 60px;
}
.footer_text {
	font-size: 11px;
	color: #c8b2a5;
	margin-left: 21px;
	padding-top: 6px;
}