body{

  background-color: #1c3368;
  
  margin:0px;
  padding:0px;
  
  text-align:center;

}

.header{

  width:700px;
  height:200px;
  
  padding:0px;

  margin-left:auto;
  margin-right:auto;
  margin-top:0px;
  margin-bottom:0px;
  
  background-image: url('images/header.png');
  background-repeat: no-repeat;
  
  position:relative;
  
  


}

.header a{

  text-decoration:none;

}

.header-screenshot{

  padding:0px;
  margin:0px;

  width:265px;
  height:245px;
  
  background-image:url('images/header-screenshot.png');
  background-repeat:no-repeat;
  
  position:absolute;
  
  left:-120px;
  top:80px;



}

.referral{

  position:absolute;
  left:710px;
  top:380px;
  border:0px;
  
}

.referral-left{

  position:absolute;
  left:-130px;
  top:380px;
  border:0px;
  
}


.container{

  background-color:#FFFFFF;
  
  width:700px;
  
  padding:0px;

  margin-left:auto;
  margin-right:auto;
  margin-top:0px;
  margin-bottom:0px;
  

  
}

.container-top{

  height:40px;
  width:700px;
  
  padding:0px;
  margin:0px;
  
  background-image:url('images/header-top.png');
  background-repeat:no-repeat;
  

}

.container-bottom{

  height:40px;
  width:700px;
  
  padding:0px;
  margin:0px;
  
  background-image:url('images/header-bottom.png');
  background-repeat:no-repeat;
  

}

.content{

  padding:0px 25px;

}

.content h1{

  color:#d00c0c;
  font-family: 'Bookman Old Style', serif;
  text-align:center;
  
}

.content p{

  text-align:left;

}

.footer{

  color:#FFFFFF;

}

.footer a{

  color:#FFFFFF;

}

table{

  margin-left:auto;
  margin-right:auto;

}

.input-text{

  width:200px;

}

.input-submit{

  margin-top:10px;

}

textarea{

  width:500px;
  height:150px;

}


.highlight{

  background-color:#FFFF00;

}

.tick{
  list-style-type: none;
  list-style-image: url(images/tick.jpg);
  margin-left:40px;

  }

.tick li{

  margin-bottom:30px;
  text-align:left;

}

.review{

  padding:20px;
  border: thin solid #000000;
  
  width:560px;

}