* { margin:0; padding:0; }

body
{ 
	background:#000000;
	font:12px Tahoma, Arial; color:#000000;
	background-image: url('images/background.png');
	background-repeat: repeat-x;
}

A:link {text-decoration: none; color: #FFFFFF;}
A:visited {text-decoration: none; color: #FFFFFF;}
A:active {text-decoration: none; color: #FFFFFF;}
A:hover {text-decoration: underline; color: #FFFFFF;}

#container {
	width:1024px; height:auto;
	margin:0 auto;
}

#banner {
	width: 1024px; height: 126px;
	background-image: url('images/banner.png');
	background-repeat: no-repeat;
}

#logo {
	width: 308px; height: 41px;
	margin: 10px 0 0 70px;
	border: 0px;
}

#tryitfree {
	padding-left: 270px;
	border: 0px;
}

#content {
	background-color: #FFFFFF;
	width: 879px;
	margin-left: 63px;
	line-height: 15px;
	padding: 0 10px 10px 10px;
}

#leftimage {
	float: left;
	margin-left: -73px;
}

.clear {
	clear: both;
}

h1 {
	font:18px Tahoma, Arial; color:#113257;
	font-weight: bold;
	padding-bottom: 10px;
}

#protect {
	margin: -37px 0 0 -69px;
	float: left;
}

#starttrialnow {
	float: right;
	border: 0px;
}

#testimonialtitle {
	width: 1024px; height: 34px;
	background-image: url('images/testimonialtitle.png');
	background-repeat: no-repeat;
	font-size: 21px; font-weight: bold;
	text-align: center;
	padding-top: 8px;
	margin-top: -18px;
}

#testimonial {
	width: 1024px; height: 326px;
	background-image: url('images/testimonialbg.png');
	background-repeat: no-repeat;
}

#firsttestimonial {
	float: left;
	width: 292px;
	margin: 0 0 0 46px;
	padding: 10px 0px 10px 8px;
}

.hr {margin: 10px 0 8px -8px;}

#secondtestimonial {
	float: left;
	width: 292px;
	margin: 0 0 0 13px;
	padding: 10px 0px 10px 8px;
}

#thirdtestimonial {
	float: left;
	width: 292px;
	margin: 0 0 0 13px;
	padding: 10px 0px 10px 8px;
}

#footer {
	color: #FFFFFF;
	text-align: center;
	margin: 10px 0 10px 0;
}