/*importieren norm.css*/

@import url("norm.css");


h1, p, em, li {
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 20px;
}

p em {	font-weight: bold;
}

div#container {
	width:1024px;
	margin: 0 auto;	
	background-color: #FFF;
	
}
	

div#label {
	margin: 0 auto;
	background: url(images/label_new.jpg) no-repeat center top;
	text-indent: -9999px;
	width: 1024px;
	height: 275px;
}

div#content {
	margin: 0 auto;
	psosition: absolute;
	background: url(images/content_new.jpg) no-repeat center bottom;
	width: 1024px;
	height: 525px;
	text-align: center;

}
.container #label {
	text-align: center;
}
.container #label {
	text-align: center;
}
.container content {
	text-align: center;
}
