body {
	background: url("../img/bg.jpg") no-repeat center top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-color: #000;
}

#anzeige {
	border: 2px solid #fff;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.5);
	width: 450px;
	height: 280px;
	margin-top: 90px;
	margin-left: 90px;
	padding: 10px;
	text-align: center;
	font-weight: strong;
	color: #000;
	font-size: 12pt;
	font-family: sans-serif;
	font-weight: bold;
}