* {
margin: 0;
padding: 0;
}

body {
	font-size: 65%;
	background-color: #333;
	background-image: url(../img/hg_2.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}


#container {
	width: 400px;
	margin-top: 500px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 583px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #72cfff;
	text-decoration: none;
	background-image: url(../img/inhalt_transparent.png);
	padding: 10px;
}
#container p a {
	text-decoration: none;
	color: #000;
}

