body {
	margin: 0;
	background: #F2F2F2 url(Images/bg.png) top repeat-x;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
img {
	border: none;
}
h1 {
	font-size: 36px;
	line-height: 38px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
.red {
	color: #FF0000;
}
.blue {
	color: #004CCC;
}
.page {
	font-size: 14px;
	font-weight: bold;
}
.nounderline {
	text-decoration:none;
}
.testimonial {
	padding: 5px 15px;
	background: #E0E6FF;
	border: #999999 1px solid;
}
.block {
	padding: 5px 15px;
	background: #FFFFB3;
	border: #999999 1px solid;
	text-align: center;
}
.download {
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 5px 15px;
	background: #FFE0F0;
	border: #FF6699 10px solid;
}
.bonus {
	padding: 5px 15px;
	background: #FFE0F0;
	border: #999999 1px solid;
}
.small {
	font-size: 12px;
}
#bg {
	width: 1026px;
	margin: 0 auto;
	background: url(Images/content_bg.png) center repeat-y;
}
#content {
	padding: 55px 163px 20px 163px;
	background: url(Images/content_top.png) top no-repeat;
}
#bottom {
	height: 50px;
	background: url(Images/content_bottom.png) center no-repeat;
}

