@charset "UTF-8";
/* CSS Document */

#banner{
  width: 930px;
  height: 180px;
}
#logo{
  right: 290px;
  top: 10px;
  width: 50px;
}
#text-container{
  top: 6px;
  left: 150px;
  width: 400px;
  text-align: center;
  font-size: 48px;
}
#candidate{
  width: 220px;
}
#candidate img{
  margin-left: -48px;
}
#candidate-name{
  top: 125px;
  left: 150px;
  width: 400px;
  text-align: center;
  font-size: 24px;
}
#movie-container{
  top: 0;
  right: 0;
  width: 284px;
  height: 100%;
}
#movie-play{
  top: 50px;
  height: 50px;
}
#overlay{
  top: 0;
  left: -70px;
  width: 1000px;
  height: 100%;
}
