/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}

	#flashcontent {
		height: 100%;
	}
	/* end hide */

html,body {
		margin:0;
		padding:0;
		width:100%;
		height: 100%;
		margin: 0;
		padding: 0;
		background: #000;
	}

img	{
	border:0;
	}




#content2 {
position:absolute;

width:1004px;
height:600px;
top:0; left:0; z-index:2;
left: 50%;
top: 50%;
margin-top: -300px; /* negative Hälfte von height:150px */
margin-left: -502px; /* negative Hälfte von width:400px */
}
