#featurePaneDiv {
	position:relative;
	margin:0 auto;
	height:100%;
	width:900px;
	text-align:center;
	top:20px;
}
#featurePaneTitleSpan {
	position:absolute;
	font-family:Trebuchet MS;
	font-size:30px;
	font-weight:bold;
	color:#FFFFFF;
	top:10px;
	left:20px;
	cursor:pointer;
}
#featurePaneCopySpan {
	position:absolute;
	font-family:Trebuchet MS;
	font-size:25px;
	color:#FFFFFF;
	bottom:10px;
	right:20px;
	cursor:pointer;
}
#mostPopularPaneDiv {
	position:relative;
	margin:0 auto;
	width:900px;
	text-align:left;
	top:40px;
}
#mostPopularPaneContentDiv {
	width:900px;
	display:inline-block;
}
#platformThumbnailImage {
	border: 2px solid #FFFFFF;
}
#platformPaneSpacer20 {
	position:relative;
	width:100%;
	height:20px;
	display:inline-block;
}
.platformFooterOuterDiv {
	top:60px;
}