body {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	background-image: url(bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}

.div_main {
	width: 927px;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(bg_div.jpg);
	position: absolute;
	left: 50%;
	margin-left: -464px; /* negative Hälfte von width:600px */
	height: 100%;
}
.copy {
	height: 20px;
	width: 150px;
	margin-left: 700px;
	margin-top: 15px;
}
