/* CSS www.miklosboros.com */

body {
  background-color: #58585a;
  padding:0px;
  margin:0px;
}

#inhalt {
	position:absolute;
	height:500px;
	width:700px;
	margin:-250px 0px 0px -350px;
	top: 50%;
	left: 50%;
	padding: 0px;
	overflow: auto;
	background-attachment: scroll;
	background-image: url(../images/offline.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}