html {
	min-height: 100%;
	}

body  {
	background-color: #ffffff;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	background-image: url("../images/background.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align: center;
	font-size: 12px;
	line-height: 17px;
	color: #666666;
	margin: 0;
	padding: 0;
	}

p {
	font-size: 12px;
	line-height: 16px;
	padding: 0;
	margin: 0;
	}

a:link , a:visited {
	text-decoration: none; 
	color: #cccccc;
	}

a:hover , a:active {
	text-decoration: none;
	color: #ABDA4E;
	}

#container {
	width: 980px;
	height: 560px;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -285px; 
	margin-left: -490px;
	background-image: url("../images/titel.jpg");
	background-repeat: no-repeat;
	background-color: #000000;
	border: 8px solid #ffffff;

	}

#enter {
	width: 180px;
	height: 60px;
	position:absolute;
	left: 400px;
	top: 460px;
	}
