body {
  background-color: #FEC100;
	margin: 0;
	padding: 0;
	width: 100%;
}

#frame {
	border: 0px #76573D solid;
	font-size: 10pt;
	margin: 0 auto;
	left: -500px;
	margin-left: 50%;
	position: absolute;
	bottom: 0px;
	top: 0px;
	width: 1000px;
    height: 100%;
}

#logo {
	border:  none;
	position: absolute;
	overflow: hidden;
	left: 258px;
	top:27px;
}

#datum {
	border:  none;
	position: absolute;
	overflow: hidden;
    left: 258px;
	top:205px;
  width: 483px;
  padding: 10px;
  text-align: center;
  font-family: Arial Black;
  color: white;
  background-color: black;
}

#filmbg {
  background-color: black;
	top: 205px;
	width: 100%;
	position: absolute;
	text-align: center;
	height: 400px;
	}
#film {
	background-image:url(img/loading.gif);
	top: 255px;
	width: 100%;
	position: absolute;
	text-align: center;
  border: 0px solid black;
	height: 300px;
	}
