body {
	margin: 0px;
	background-color:#8F4241;
	text-align: center;
	background-image:url(img/bg_oben_beige_verlauf.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

/* HauptLayer */
DIV.main {
        /*
	width: 774px;
        */
        width: 800px;
	height: 100%;
	margin-left: auto; 
	margin-right: auto;
	position: relative;
	text-align: center;
	z-index: 0;
}

DIV.headSpacer {
	height: 122px;
	width: 100%;
	padding:0px;
	margin:0px;
}

DIV.flashMovie {
	/*
	height: 643px;
	width: 659px;
	*/
	z-index: 0;
	position: relative;
	left: -3px;
}


