	body{
		background:#939393 url(images/background.jpg);
		margin:0px;
		padding:0px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
	}
	
	p{
		line-height:22px;
	}
	.wrapper{
		width:822px;
		background:url(images/body.png) repeat-y top center;
		margin:0px auto;
		overflow:hidden;
	
	}
	
	.content{
		background:url(images/header.jpg) no-repeat top center;
		padding:180px 60px 0px 50px;
	}
	.footer{
		background:url(images/footer.png) no-repeat center bottom;
		min-height:17px;
		margin-top:21px;
	}
	
	.fineprints{
		margin-top:50px;
		font-size:11px;
		text-align:center;
		color:#6c6c6c;
		border-top:1px solid #6c6c6c;
	}
	h1, h2, h3{
		font-family:"Cambria","Times New Roman", Times, serif;
		font-size:34px;
		color:#d60000;
		line-height:normal;
		text-align:center;
		margin:10px 0px;
	}
	
	h2{
		font-size:22px;
		color:#000;
	}
	

	
	ul{
		width:90%;
		list-style-type:none;
		background:#e3e8ed;
		padding:10px;
		border:1px solid #bacbe1;
		margin:10px auto;
	}
	
	li{
		margin-bottom:15px;
		padding-left:25px;
		background:url(images/tick.png) no-repeat top left;
		line-height:20px;
	}
	
	.testimonials{
		position:relative;
		width:694px;
		background:#fff url(images/testimonials.jpg) no-repeat top center;
		padding:0px 0px 0px 0px;

		
	}
	
	.testimonials img{
		position:absolute;
		right:0px;
		top:0px;

	}
	
	.testimonials span{
		width:486px;
		position:relative;
		top:45px;
		left:40px;
		display:block;overflow:hidden;
		
	}
	.testimonials .foot{
		background:#fff url(images/testimonials.jpg) no-repeat bottom center;
		height:100px;
	}
	.benefits{
		width:90%;
		margin:10px auto;
		background:#f3f1e6;
		padding:10px;
		border:1px dotted #bfb7a7;

	}
	
	.testimonials strong{
		font-style:normal;
	}
	
	.orderbox{
		background:#ffdeba;
		width:80%;
		margin:10px auto;
		padding:20px;
		border:5px dashed #fe902e;

		font-size:26px;
		text-align:center;
	}
	
	.orderbox strong{
		font-size:36px;
	}
	
	em{
		font-style:normal;
		background:#fff600;
		display:inline-block;
	}