a  {
   text-decoration: none;
   color: #000000;
}

a ins  {
   text-decoration: none;
}

html, body  {
   margin: 0px;
   background-color: #000000;
}

#movie  {
   position: absolute;
   z-index: 0;
   width: 640px;
   height: 480px;
   background-color: #000000;
}

#centered  {
   width: 640px;
   height: 480px;
   position: absolute;
   margin-left: -320px;
   left: 50%;
   top: -240px;
}

#hzncentered  {
   width: 100%;
   height: 1px;
   overflow: visible;
   position: absolute;
   top: 50%;
}

