
 
 body {
  margin: 0;
  padding: 0;
overflow-x: hidden;
 cursor: auto;
 
}
#video-background {
  position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
}



  a { text-align: center; 
	font: Palatino; 
	font-size:3em;
  color: black;
   opacity: 0.9;
    filter: alpha(opacity=90); 
  font-variant: normal;
	font-weight: 900;
	line-height: 50px;
  text-decoration: none;
  text-shadow: -1px -1px 1px grey, 1px 1px 0px #000; 
  font-weight: bold;
 }
 
 a:hover { 
    color: yellow;
	 opacity: 1;
    filter: alpha(opacity=100); 
}
 
 p { text-align: center; 
	font: Palatino; 
	font-size:3em;
  color: white;
  font-variant: normal;
	font-weight: 900;
	line-height: 50px;
  text-decoration: none;
  text-shadow: -1px -1px 1px grey, 1px 1px 0px #000; 
  font-weight: bold;
 }
 
 
#livepreview_iframe {
    padding:0px;
    border: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
 
}

#livepreview_dialog {
    padding:0px;
    border: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
 
  
   
  
  
}









