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

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

.frame {
  background: grey url("page10.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: 120px;
  left: 810px;
}
.subtitle{
  position: absolute;
  font-size: 10px;
  top: 160px;
  left: 800px
}
.clip{
  position: absolute;
  top: 580px;
  font-size: 30px;
  left: 250px;
  color: white;
  
}