html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background: url("../media/bg.png") top center no-repeat;
  background-color: black !important;
-webkit-background-size: auto;
-moz-background-size: auto;
-o-background-size: auto;
background-size: auto;
}

/* Format links & buttons */
a,
a:visited {
  color: white;
}

a:hover {
  text-decoration: none;
}

#wrapper {
  padding-top:10px;
  border: 0px black solid;
  width:400px;
  margin: 0 auto;
  text-align:center;
}

.video {
  width:560px;
  height:320px;
}