/* centers div to screen*/
#wrapper{
  margin:0 auto;
  max-width:1024px;
  height:714px;
}
.text{
 float:left;
 margin:62px 0 0 100px;
}
h1{
 float:right;
  margin:50px 100px 0 0;
}
h1 span {
 display:none;
}
