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

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

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

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

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

h1 { 
  font-size: 80px;    
}
a{
  color: black;
}
.title{
  position: absolute;
  font-size: 20px;
  top: 100px;
  left: 10px;
}
.subtitle{
  position: absolute;
  font-size: 10px;
  top: 130px;
  left: 10px
}
.clip{
  position: absolute;
  top: 500px;
  font-size: 30px;
  left: 630px
  
}