html, body {
	margin: 0;
	padding: 0;
	background: url(images/bg.jpg) repeat-x #000001;
	font-family: Tahoma;
	height: 100%;
	}
	
* {
	margin: 0;
	padding: 0;
	}
	
.clear { clear: both; }
	
#container {
	width: 1024px;
	position: absolute;
	margin: 0 0 -100px -512px;
	left: 50%;
	height: 100%;
	}
	
#header {
	width: 1024px;
	height: 409px;
	background: url(images/header.jpg);
	}
	
#content {
	width: 1024px;
	background: url(images/content.jpg);
	min-height: 100%;
	}
	
.wrap {
	width: 600px;
	margin: -250px auto 0 auto;
	padding: 0 0 10px 0;
	height: 100%;
	}
	
p { margin: 0 0 20px 0; }

h3 { text-align: center; font-size: 30px; color: #0e3f57; }

h4 { text-align: center; font-size: 22px; color: #000; margin: 10px 0; }

h5 { text-align: center; font-size: 18px; color: #0e3f57; margin: 10px 0; }

h6 { text-align: center; font-style: italic; font-size: 16px; margin: 10px 0; }

.first { font-size: 14px; padding: 10px; border-top: 1px solid #000; border-bottom: 1px solid #000;}

ul.bullets1 { margin: 0 0 10px 0; }

ul.bullets1 li { background: url(images/green_tick.png) left top no-repeat; padding: 0 0 0 35px; list-style-type: none; display: block; min-height: 50px; font-weight: bold; margin: 0 0 20px 0; }


ul.bullets2 {
	width: 500px;
	margin: 0 auto;
	border-bottom: 1px solid #000;
	}
	
ul.bullets2 li {
	background: url(images/arrow.jpg) left top no-repeat;
	padding: 0 0 0 20px;
	list-style-type: none;
	margin: 0 0 10px 0;
	}
	
	
.price {
	width: 400px;
	border: 1px solid #000;
	margin: 10px auto;
	text-align: center;
	background: #ecf1fa;
	padding: 5px;
	}
	
span.price1 {
	font-size: 18px;
	font-weight: bold;
	text-decoration: line-through;
	}
	
span.price2 {
	font-size: 30px;
	font-weight: bold;
	color: green;
	}
	
span.price3 {
	font-style: italic;
	}
	
.ororor {
	font-weight: bold; 
	}
	
.testimonial {
	width: 400px;
	border: 1px solid #000;
	margin: 10px auto;
	background: #ecf1fa;
	padding: 5px;
	}
	
.thankyou { text-align: center; margin: 50px 0 0 0; }
	
.footer {
	font-size: 11px;
	border-top: 1px solid #000;
	padding: 10px 0 0 0;
	text-align: center;
	}
	
	
.bannercol { float: left; text-align: center; margin: 0 21px; }

.screenshot-text {
 	width: 580px;
 	padding: 10px;
 	background: #d9d9d9;
 	font-size: 12px;
 	margin: 10px 10px;
 	}
 	
 img.aff-ss { margin: 20px 0; }
 
 #defaultCountdown {
 	margin: 10px auto -5px auto;
 	width: 320px;
 	padding: 5px;
 	font-weight: bold;
 	}