body {
	color: #444;
	background: url(/img/adendorf.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

@media (max-width: 767px) {
	body {
		background-image: none;
	}
}

.outer {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#text {
	background-color: white;
	top: 200px;
	position: absolute;
	padding: 0px 30px 10px 30px;
	border-radius: 10px;
}