html, body { 
margin: 0;
padding: 0;
height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */
font-family:courier;
font-size:16pt;
}

#content {
position:relative;
margin: auto; /* Div soll zentriert werden */
min-height: 100%; /* Mindesthšhe fŸr moderne Browser */
height:auto !important; /* Important Regel fŸr moderne Browser */ 
height:100%; /* Mindesthšhe fŸr den IE */ 
overflow: hidden !important; /* FF Scroll-leiste */ 
table-cell: 
}

#video {position:absolute;top:0px;height:100%;width:100%;overflow:hidden;z-index:0;}

#video2 {position:absolute;top:0px;height:100%;width:100%;overflow:hidden;z-index:0;background-image: url(background.jpg);
background-repeat: no-repeat;
background-color: #EEE;
background-size: cover;}


  div.container {
  
  	top: 0; 
  	left: 0; 
  	width: 100%; 
  	height: 100%;
    position: fixed; display: table}
  p {display: table-cell; vertical-align: middle; text-align:center;}
  