

	* {
		margin:0;
		padding:0;
		}
 
	html, body {
		height:100%;
		}
 
	body {
		text-align:center; /* horizontal centering for IE Win quirks */
		background-image: url(/pictures/Hintergruende/HGBlauCyan.gif);
		background-repeat:repeat;
		}
 
	#distance { 
		width:1px;
		height:50%;
		margin-bottom:-302px; /* half of container's height */
		float:left;
		}
 
	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:604px;
		width:980px;
		clear:left;
		}

@import("iemac-center.css");

#present1 {
	position:absolute;
	left:40px;
	top:160px;
	width:900px;
	height:auto;
	font-family:"Times New Roman", Times, serif;
	font-size:48px;
	color:#FFFFFF;
	text-align:center;
	z-index:2;
}
#present2 {
	position:absolute;
	left:41px;
	top:161px;
	width:900px;
	height:auto;
	font-family:"Times New Roman", Times, serif;
	font-size:48px;
	color:#000099;
	text-align:center;
	z-index:1;
}
#login {
	position:absolute;
	left:700px;
	top:450px;
	width:200px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:left;
	font-size:11px;
}
