body {
	background-color: #000;
	color: #fff;	
	font-family: georgia, serif;
	font-size: 12px;
}

a {
	color: #ccc;
	text-decoration: none;
}

a:hover {
	color: #df0009;
	text-decoration: underline;
}

#content {
	background: url(../img/betriebsraum.jpg) 0 0 no-repeat;
	height: 450px;
	left: 50%;
	margin: -225px 0 0 -350px;
	position: absolute;
	top: 50%;
	width: 700px;
}

#blogticker {
	border-bottom: 1px dotted #ccc;
	margin: 10px;
}
