body{border:0;margin:0;padding:0;background:#ccd1c7;}
.wrapper{
  height:600px;
  width:100%;
  background : url(images/bg.png) repeat-x;
  position:absolute;
  top:-160px;
}
.seismic{
  background: url(images/seismic.png) repeat-x;
  height:265px;
  margin-top:150px;
}

.logo{
  background: url(images/logo.png) no-repeat;
  width:239px;
  height:64px;
  position:absolute;
  top:215px;
  left:50px;
}

.download{
  display:block;
  background: url(images/download.png) no-repeat;
  height:151px; width:151px;
  position:absolute;
  top:310px;
  left:144px;
}

.screenshot{
  background:url(images/screenshot.png) #aab1a7 10px 10px no-repeat;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding:10px;
  width:436px;
  height:447px;
  margin-top:65px;
  margin-left:312px;
  margin-bottom:20px;
}

.copy{
  color:#4B4848;
  font-family:helvetica,arial,sans-serif;
  font-size:14px;
  left:312px;
  line-height:19px;
  position:absolute;
  text-align:justify;
  top:307px;
  width:456px;
}

  .copy a, .copy a:visited, .copy a:active, .copy a:hover{
    color:#6F4C4C;
  }

