html {
  height: 100%;
}
body{
  background-color: #000;
  background-image: url(../assets/images/site/background/stars.png);
  height: 100%;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
}
div#index {
  width: 1000px;
  height: 800px;
  background-image: url(../assets/images/site/background/introframe.png);
  background-repeat: no-repeat;
  padding: 180px 0 0 255px;
}
div#index div#movie {
  width: 560px;
  height: 430px;
}
div#index a {
  display: block;
  width: 450px; 
  height: 120px;
  margin: 30px 0 0 20px;
  text-indent: -9999px;
}