* {
margin:0;
padding:0;
list-style:none;
list-style-image:none;
}

html, body {
height:100%;
}


html {
background:url(../img/bg.gif) repeat-x center center #000;
}

body {
background:url(../img/am.gif) center center no-repeat;
font-family:"Futura Std", Arial, Helvetica, sans-serif;
font-size:0.9em;
font-weight:normal;
line-height:1.8em;
color:#FFF;
min-height:500px;
}

#vertcenter {
	float:left;
	width:960px;
	height:50%;
	margin-top:110px; /* halbe Höhe + 1, wegen BG-Versatz */
	
		
}


#wrap, #wrapimp {
	width:100%;
	height:215px;
	margin:0 auto;

	text-align:center;
	overflow:hidden;
	clear:both;
}

#wrapimp {
	width:960px;
}


strong {
width:60px;
display:inline-block;
}


h1 {
line-height:26px;
}


a:hover {
color:#CCCCCC;
}



