/* Standart Einstellung*/
body {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 15pt;
	font-weight: bold;
	color: white;
	background-color: black;
	background-image: url();
	background-position: center;
	background-attachment: fixed;
	background-repeat: repeat;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#center {
	width:720px;
	height:300px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-360px;
	margin-top:-150px;
	border:0px outset gray;
}

#a-center {
	width:700px;
	height:auto;
	margin:0px auto;
	border:4px groove white;
	text-align:center;
}
h1 {
	font-size: 13pt;
    margin-top:10px;
    margin-bottom:10px;
}
