#contentContainer {
	background-image: url(images/blue_gradient.png);
	background-repeat: repeat-x;
	background-color: #1B3B75;
	width: 979px;
	color: #FFF;
	height: 939px;
	font-size: 14px;
}
#overview {
	width: 682px;
	padding-top: 37px;
	padding-left: 40px;
}
#overviewText {
	font-size: 18px;
}
#topContent {
	padding-bottom: 35px;
}
#leftContent {
	float: left;
	width: 414px;
	padding-left: 36px;
}
#rightContent {
	float: right;
	width: 483px;
	padding-right: 36px;
}
#featuresContainer {
	background-image: url(images/features_frame.png);
	height: 466px;
	width: 483px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#featuresList {
	width: 450px;
}
#featuresList p {
	font-size: 14px;
}
#featuresContainer h3 {
	padding-top: 22px;
	padding-bottom: 3px;
	padding-left: 24px;
	font-size: 14px;
}
#compatibilityContainer {
	background-image: url(images/compatibility_frame.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 483px;
	margin-bottom: 10px;
}
#compatibilityContent {
	padding-top: 15px;
	padding-left: 21px;
}
#compatibilityContent h3 {
	padding-bottom: 6px;
	font-size: 14px;
}
#downloadNowContainer {
	background-image: url(images/download_frame.png);
	height: 159px;
	width: 483px;
}
#downloadNowContent {
	padding-left: 21px;
	padding-top: 18px;
}
#downloadNowContent h3 {
	font-size: 24px;
	padding-bottom: 9px;
}
#downloadNowButtons {
	margin-top: 15px;
}
.downloadNowLink {
	font-size: 14px;
	font-weight: bold;
}
#downloadNowContent a {
	text-decoration: none;
	color: white;
	font-family: Tahoma, Geneva, sans-serif;
}
#downloadNowContent a:hover {
	text-decoration: underline;
}
#appStoreButton {
	background-image: url(images/appstore_logo.png);
	background-repeat: no-repeat;
	display: block;
	height: 51px;
	width: 140px;
	float: left;
}
#appStoreButton span {
	display: none;
}
#fbShareButton {
	background-image: url(images/fb_share_button.png);
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	width: 100px;
	float: left;
	margin-top: 12px;
	margin-left: 10px;
}
#fbShareButton span {
	display: none;
}
#tweetButton {
	background-image: url(images/tweet_button.png);
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	width: 100px;
	float: left;
	margin-top: 12px;
	margin-left: 10px;
}
#tweetButton span {
	display: none;
}
#galleryContainer {
	border: 2px solid #355183;
	margin-bottom: 11px;
}
#facebookPageContainer {
	background-image: url(images/facebook_page_frame.png);
	height: 156px;
	width: 414px;
	background-repeat: no-repeat;
}
#facebookPageContent {
	padding-top: 18px;
	padding-left: 21px;
}
#facebookPageContent h3 {
	font-size: 24px;
	padding-bottom: 15px;
}
#facebookPageContent a {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
}
#facebookPageContent a:hover {
	text-decoration: underline;
}
#facebookPageIcon {
	background-image: url(images/facebook_icon.png);
	background-repeat: no-repeat;
	display: block;
	height: 75px;
	width: 75px;
	float: left;
}
#facebookPageIcon span {
	display: none;
}
#facebookPageTextContainer {
	float: left;
	padding-left: 18px;
	width: 260px;
	padding-top: 2px;
}
.overviewPage {
	background-repeat: no-repeat;
	height: 1515px;
	background-image: url(images/overview_page.png);
	width: 988px;
}
.facebookPageLink {
	font-size: 14px;
	font-weight: bold;
}
.featureFrame {
	padding-top: 16px;
}
.featureIcon {
	background-image: url(images/feature_star.png);
	background-repeat: no-repeat;
	height: 14px;
	width: 16px;
	padding-right: 10px;
	position: relative;
	float: left;
	margin-top: 9px;
	margin-left: 13px;
}
.featureText {
	font-size: 14px;
}
