﻿body{
	background-color:#000;
	margin:0;
	padding:0;
}
.wrapperTop{
	background-color:#002c4e;
	width:100%;
	height:608px;
}
.wrapperBottom{
	background-color:#000;
	width:100%;
	height:142px;
}
.offer{
	background:url('../images/offer.jpg') no-repeat;
	width:320px;
	height:608px;
	margin:0 auto;
	position:relative;
}
.cta{
	background:url('../images/cta.png') no-repeat;
	width:286px;
	height:98px;
	position:absolute;
	top:500px;
	left:50%;
	margin-left:-143px;
}
.cta a{
	width:286px;
	height:98px;
	position:absolute;
}
.trustq{
	background:url('../images/trustq.png') no-repeat;
	width:320px;
	height:142px;
	margin:0 auto;
}
