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

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

.frame {
  background: grey url("page14.png");
  width: 1000px;
  height: 640px;
  margin: 0px auto;
  position: relative
}

h2 { 
  color: whitesmoke;
  font-size: 60px;
  opacity: .9;
  line-height: 20px;
}

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

h1 { 
  font-size: 80px;    
}
a{
  color: whitesmoke;
}
.title{
  position: absolute;
  font-size: 20px;
  top: 10px;
  left: 310px;
}
.subtitle{
  position: absolute;
  font-size: 10px;
  top: 60px;
  left: 30px
}
.clip{
  position: absolute;
  top: 580px;
  font-size: 30px;
  left: 120px;
  color: white;
  
}
.sub2{
   position: absolute;
  font-size: 10px;
  top: 75px;
  left: 50px
}
.sub3{
   position: absolute;
  font-size: 10px;
  top: 90px;
  left: 30px
}
.sub4{
   position: absolute;
  font-size: 10px;
  top: 120px;
  left: 70px
}