@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #f2f7e8;
}

div#container {
	position: absolute;
	background-image: url(images/bg_mlb.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-color: #fff;
	width: 940px;
	height: 600px;
	top: 50%;
	left: 50%;
	margin: 0px;
	margin-left: -470px;
	margin-top: -300px;
	padding: 0px;
	z-index: 10;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}

html>body div#container {
	height: 600px;
	text-align: center;
}



div#inhalt {
	position: absolute;
	width: 900px;
	height: 550px;
	top: 50%;
	left: 50%;
	margin: 0px;
	margin-left: -450px;
	margin-top: -275px;
	padding: 0px;
	z-index: 10;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}

html>body div#inhalt {
	height: 550px;
	text-align: center;
}
