#bild {
	height: 600px;
	width: 800px;
	margin: auto;
}
#bild a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
#bild a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

body {
	background-color: #000000;
}

