body {
background: #000;
color:#fff;
text-align:center;
}

#holder {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -193px;
  margin-left: -350px;
width:700px;
height:416px;
}

#mediaplayer{
outline:none;
  }

#nav {
height:20px;
text-align:center;
margin:0 auto;
}

#nav a:link, a:visited, a:hover {
color:white;
text-decoration:none;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}