@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
#bild {
	width: 538px;
	margin-right: auto;
	margin-left: auto;
	height: 640px;
	margin-top: 40px;
	text-align: center;
}

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 24px;
}
#bild img {
	margin-bottom: 10px;
}

#bild a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#bild a:hover {
	text-decoration: underline;
}

