
.video{
   position:absolute;
   top:0px;
   left:0px;
   right:0px;
}
#studiofoto img{
   position:relative;
   top:0px;
   left:0px;
   display:none;
}
#studiofoto img.active{
   display:block;
}

.cov1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index:-10;
  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;
}
.cover1{
  background: url(studiobg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
TD {
        vertical-align: top;
}
.H1 {
   font-family: arial, helvetica, sans-serif;
   font-size: 20pt;
   text-align: left;
   padding: 20px;
   color : white;
}
.menu {
   position:absolute;
   top:33px;
   left:110px;
   right:0%;
   width:120%;
   color : white;
   background:#222224;
   background:rgba(0,0,0,0.5);
   font-family: arial, helvetica, sans-serif;
   font-size: 20pt;
   text-align: left;
   padding: 2px;
}
.content{
   min-width: 500px;
   color : white;
   background:#222224;
   background:rgba(0,0,0,0.5);
   font-family: arial, helvetica, sans-serif;
   font-size: 14pt;
   text-align: left;
   padding: 20px;
}
.content2{
   position:absolute;
   top:1330px;
   left:110px;
   color : white;
   background:#222224;
   background:rgba(0,0,0,0.5);
   font-family: arial, helvetica, sans-serif;
   font-size: 14pt;
   text-align: left;
   padding: 20px;
}
.backtotop{
   position:fixed;
   left:0px;
   top: 0px;
   opacity: 0.5;
   z-index: 5; 
}
.page1{
   position:absolute;
   top:110px;
   left:90px;
   right:3%;
}


A:link { 
	color: white;
	text-decoration: none;
}
A:visited {
	color: white;
	text-decoration: none;
}
A:hover {
	color: #AAAAAA;
	text-decoration: none;
}
