@charset "utf-8";
/* CSS Document */
html, body {
width:100%;
height:100%;
padding:0;
margin:0;
}
 
div#container {
	color:#000;
	position:absolute;
	left:50%;
	top:50%;
	width:714px;
	height:300px;
	margin-left:-300px; /* Hälfte der Breite nach links */
	margin-top:-350px; /* Hälfte der Höhe nach oben */
	border-width:1px;
	border-style:solid;
}
 
div#top {
	padding:20px;
	font-size:24px;
	width:714px;
	font-weight:bold;
	background-color: #FFF;
}
div#main {
	padding:20px;
	width:714px;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.x {
}
