	body{
		background:#145ba7 url(images/background.jpg) repeat;
		margin:0px;
		padding:0px;
		font-family:arial;
		font-size:14px;
			
	}
	img{
		border:none;
	}
	.content{
		background:url(images/body.png) repeat-y;
		padding:0px 60px;
	}	
	
	h2{
		font-size:18px;
		color:#303030;
		margin:5px;
		padding:0px;
		letter-spacing:-1px;
		text-align:center;
	}
	
			h1{
		font-size:20px;
		color:#3b997e;
		margin:5px 0px;
		padding:2px;
		letter-spacing:-1px;
		border-bottom:1px solid #4cbd9c;
		text-transform:uppercase;
		background:#e8f0ee;
		}
	
	.fineprints{
		font-size:11px;
		color:#666666;
		width:600px;
		margin:0px auto;
		text-align:justify;
		border-top:1px dotted #999999;
	}
	
	.footer{
		padding:25px 0px;
		text-align:center;
		font-size:12px;
		
	}
	
	.footer a{
		color:#0b7759;
		margin-left:20px;
	}
	
	
	
	.calc{
		position:relative;
		width:705px;
		height:375px;
		background:url(images/calc.gif) no-repeat;
		margin:0px auto;
		
	}
	
	.calc .selections{
		float:right;
		margin:56px 40px;
	}
	
	.calc .selections select{
		margin-bottom:22px;
		height:20px;
		width:50px;
	}
	.calc .numbers{
		font-size:30px;
		color:#febc2d;
		font-family:impact;
		text-align:left;
		letter-spacing:-1px;
	}
	.calc #weekly{
		width:180px;
		position:absolute;
		top:300px;
		left:137px;
		
	}
	
		.calc #monthly{
		width:180px;
		position:absolute;
		top:300px;
		left:330px;
	}
		.calc #yearly{
		width:180px;
		position:absolute;
		top:300px;
		left:530px;
	}
	
	
	.testimonials{
		position:relative;
		width:425px;
		background:url(images/testimonials.gif) no-repeat;
		padding: 40px 20px 0px 195px;
		margin:10px auto;
		display:block;
		min-height:140px;
	}
	
	.testimonials span{
		font-size:10px;
		float:right;
		
	}
	
	.testimonials img{
		position:absolute;
		top:40px;
		left:80px;
	}
	
	.box{
		background:url(images/box.jpg) no-repeat;
		width:628px;
		height:268px;
		padding:15px 35px 0px 15px;
		margin:0px auto;
	}