#frontpage_width{
	position: relative;
	width: 980px;
	margin: auto;
	padding-bottom: 20px;
	background-color: #FFF;
}

#top_container{
	width: 100%;
	height: 435px;
	background-color: #FFF;
	background: url('http://d3mccsvonspynx.cloudfront.net/media/images/front-banner.jpg') no-repeat bottom;
}

#top_container img{
	margin-left: auto;
	margin-right: auto;
}

#top_container #download_button{
	position: absolute;
	width: 152px;
	height: 23px;
	top: 60px;
	left: 770px;
}

#top_container #nytimes{
	position: absolute;
	width: 171px;
	height: 43px;
	top: 20px;
	left: 770px;
}

#bottom_container{
	width: 100%;
	height: 150px;
	padding-top: 20px;
	border-top: 1px solid #AAA;
	background-color: #FFF;
	background-image: url('http://d3mccsvonspynx.cloudfront.net/media/images/bottom_container.png');
}

#feature_box{
	margin-left: 50px;
}

#feature_box dl{
	list-style: none;
}

#feature_box dd{
	float: left;
	width: 230px;
	margin-right: 30px;
	padding: 5px 20px 20px 20px;
	display: inline; /* Fix for IE6 */

	border-radius: 5px;
   	-moz-border-radius: 5px;
   	-webkit-border-radius: 5px;
   	-o-border-radius: 5px;
   	-khtml-border-radius: 5px;
   	zoom: 1; 


	background-color: #EEE;
	border: 1px solid #CCC;
	color: #333;
	font-size: 14px;
	text-align: justify;
}

#feature_box dd h2{
	position: relative;
	top: 0px;
	left: -10px;
	color: #FF3300;
	text-transform: uppercase;
}

#feature_box a{
	color: #C00;
	font-weight: bold;
}

#feature_box dd:hover{
	background-color: #CCC;
	color: #000;
}
