body {
	margin-top: 20px;
	background-color: gray;
	background-image: url(../images/mainBackground.jpg);
}
.headerDiv {
	position: relative;
	left: 50%;
	margin-left: -490px;
	width: 980px;
	height: 105px;
	text-align: left;
	font-family: Arial;
	font-size: 18px;
	color: white;
}
.titleDiv {
	position: relative;
	left: 50%;
	margin-left: -490px;
	width: 980px;
	height: 510px;
	text-align: center;
	background-color: white;
}
.mainDiv {
	position: relative;
	left: 50%;
	margin-left: -490px;
	width: 980px;
	height: 640px;
	text-align: left;
	background-color: white;
	background-image: url(../images/titles/Features1.jpg);
	background-repeat: no-repeat;
}
#apMainVideo {
	position: absolute;
	top: 72px;
	left: 50%;
	margin-left: -22px;
	width: 396px;
	height: 296px;
}
#apDrawerRocketMath {
	padding-bottom: 10px;
	margin-bottom: 24px;
	border-bottom-color: #7d7d7d;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: none;
	visibility: visible;
	height: auto;
	background-color: white;
}
#apDrawerCurlington {
	padding-top: 5px;
	padding-bottom: 10px;
	display: block;
	visibility: visible;
	height: auto;
	background-color: white;
}
#featuresDiv {
	position: absolute;
	top: 705px;
	left: 50%;
	margin-left: 61px;
	width: 329px;
	height: 438px;
	text-align: left;
	background-color: black;
}
.FeaturesTitle {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	color: black;
}
.FeaturesPoints {
	font-family: Arial;
	font-size: 13px;
	color: gray;
	line-height: 13px;
	width: 380px;
}
.featureHighlight {
	font-size: 13px;
	color: black;
}
.reviewTitles {
	font-size: 14px;
	color: black;
	font-weight: bold;
}
.reviews {
	font-family: Arial;
	font-size: 14px;
	color: #565656;
	text-align: justify;
}
.rating {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
}
.ratingScore {
	font-size: 14px;
	font-weight: bold;
}
.footerDiv {
	height: 10px;
	padding-top: 20px;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	color: silver;
}
.indent {
	padding-left: 60px;
	padding-top: 160px;
	width: 400px;
	text-align: justify;
	font-family: Arial;
	font-size: 14px;
	line-height: 24px;
}
.development {
	position: relative;
	left: 50%;
	margin-left: -490px;
	width: 980px;
	background-color: white;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
	font-family: Arial;
	font-size: 16px;
	color: gray;
}
.footer {
	position: relative;
	left: 50%;
	margin-left: -490px;
	width: 980px;
	text-align: center;
	font-family: Arial;
	font-size: 16px;
	color: gray;
}
