html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/body/engel.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#main_wrapper {background-color: rgba(255, 255, 255, 0.5);
}
#main_wrapper #content {
	margin-left: 5%;
}
#main_wrapper #content h2 {
	font-weight: lighter;
	font-size: 1em;
}
#main_wrapper #content h1 {
	text-align: left;
	font-size: 1.5em;
}
#main_wrapper #content a {
	color: #555;
}
#main_wrapper #content a:hover {
	color: #aa0d0d;
}
