@charset "UTF-8";
/* CSS Document */

body {
	background:#7E9700;
	margin:0px;
}
/* ------------------------------------ LAYOUT ---- */
#HintergrundRechteck {
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-240px;
	margin-left:-275px;
	width:550px;
	height:480px;
	background:#9CB239;
	border:1px solid white;
}
#inneresGreen {
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-239px;
	margin-left:-275px;
	width:550px;
	height:479px;
	border-left:1px solid white;
}
