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

body {
  background: black;
  color: #adc7e1;
  font-family: helvetica;
}

.frame {
  background: grey url("tv.png");
  width: 1000px;
  height: 640px;
  margin: 0px auto;
  position: relative
}
a{
  color: whitesmoke;
}
h2 { 
  color: white;
  font-size: 60px;
  opacity: .9;
  line-height: 20px;
}

p {
  color: white;
  font-size: 18px;  
}

h1 { 
  font-size: 80px;    
}

.title{
  position: absolute;
  font-size: 20px;
  top: 10px;
  left: 340px;
}
.subtitle{
  position: absolute;
  font-size: 10px;
  top: 130px;
  left: 10px
}
.home{
  position: absolute;
  font-size: 20px;
  top: 590px;
  left: 919px
}
.video{
  position: absolute;
  top: 90px;
  left: 178px;
}