body {
  font-family:Arial,sanserif;
  background-color: #eee;
}
.box {
  margin:0px auto;
  width:500px;
  
}

.footer2 {	
  width:500px;
  font-size:8pt;
  margin-left:auto; 
    margin-right:auto;
}
.footertable {
  margin-left:auto; 
  margin-right:auto;
  z-index: 20;
  opacity: 0.4;
}
.foreground {
  border:1px solid silver;
  border-radius:10px;
  margin:50px 10px;
  padding:0px;
  width:500px;
  background-color: rgb(250, 250, 250);
  box-shadow: 1px 1px 1px rgb(51, 51, 51);
  z-index: 20;
  opacity: 0.8;
}
.tanzvideo {
  z-index: -100;
  opacity: 0.9;
}
.hosted-by, .hosted-by a {
  font-size:8pt;
  color:#aaa;
  text-align:right;
}
.link a {
  font-size:10pt;
  color:#aaa;
  text-align:left;
}
h1 {
  margin: 0px;
  border-bottom: 2px solid #eee;
  width: 470px;
  padding: 25px 15px;
}
p {
  padding: 10px 15px;
}
hr {
  border-top: 1px solid #eee;
}
footer {
  position: fixed;
  padding: 10px;
  bottom: 0;
  left: 0;
  right: 0;
}
/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position: fixed;
    /* right: 0; */
    top: 0px;
    width: 522px;
    /* min-height: 100%; */
}