body {
	background-color: #000000;
	color: #BB0E21;
	font-size: 26px;
	font-family: Futura, Helvetica, sans-serif;
}
body, p {
	padding: 0;
	margin: 0;
}
a:link, a:visited {
	color: #A90013;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}

#inhalt {
	height: 700px;
	margin: 50px auto 0;
	width: 700px;
	position: relative;
}
#facebook_icon {
	background: url(bilder/facebook_icon.png) left top no-repeat transparent;
	height: 25px;
	position: absolute;
	right: 50px;
	top: 30px;
	width: 25px;
	filter:alpha(opacity=40);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}
#facebook_icon:hover {
	background-position: -25px top;
	cursor: pointer;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;	
}
#bandcamp {
	position: absolute;
	right: 50px;
	top: 0;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;	
}
#bandcamp:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;	
}
#release {
	position: absolute;
	top: 0;
	left: 250px;
	width: 225px;	
	font-size: 20px;
  letter-spacing: 0.2em;
}
.info {
	font-size: 14px;
}