/* Elemente */




#content {
	position: absolute;
	width: 750px;
	height: 550px;
	top: 50%;
	left: 50%;
	margin-top: -275px;
	margin-left: -375px;


	}

#headline {
	position: absolute;
	width: 550px;
	height: 50px;
	top: 500px;
	padding-left: 145px;
	}

#flash_pic {
	position: absolute;
	width: 750px;
	height: 500px;
	top: 0px;
	
	background-image: url(../img/intro/intro.gif);
	}