* {
	margin: 0;
	padding: 0;
}

body {
	background: url("druckerei_02.jpg") #252525 no-repeat; 
}

#content {
	width: 1000px;
	margin: 20px auto auto 20px;
	background-color: transparent;
}

#text {
	margin-top: 10px;
}

p {
	background-color: white;
	color: #252525;
	font-family: georgia;
	font-size: 10pt;
	display: inline;
}

a {
	background-color: #ffdf2b;
	color: #252525;
	text-decoration: none;
}
