body {
  background-color:black;
}

#filmato {
  position:absolute;
  width:750px;
  height:563px;
  margin-left:-375px;
  left:50%;
  margin-top:-281px;
  top:50%;
}

#skip {
  position:absolute;
  width:750px;
  height:10px;
  bottom:0px;
  left:0px;
	text-align:center;
}

#skip a {
  font-family:monospace;
  font-size:8px;
  color:white;
  background-color:transparent;
}

#skip a:hover {color:green;background-color:transparent;}

.dontDisp {
  display:none;
}

