h1 {
	text-align:center;
	color:#f90;
	font-size:250%;
	margin-top:0;
	margin:auto;
	width:80%;
}
h2 {
	color: #f90;
	font-size: 200%;
	font-weight: 200;
	text-align: center;
}
h3 {
	text-align: center;
	font-size: 160%;
	margin-bottom:5px;
}
.orange-divider {
	background-color: #f90;
	height:5px;
	width:auto;
	margin: 10px;
}
.nav-buttons {
	text-align: center;
}
.nav-buttons a:hover {
	text-decoration: none;
}
.nav-buttons a div {
	font-size: 100%;
	margin: 10px 36px 10px 36px;
	font-weight: normal;
	display: inline-block;
	background-color: #f90;
	padding: 10px 20px 10px 20px;
	border-radius: 4px;
	color: #fff;
	font-family: Open Sans, sans-serif;
	width: 180px;
}
.gameicon {
	height: 147px;
	width: 280px;
	background-repeat: no-repeat;
}
.gamebox {
	float:none;
	display:inline-block;
	width: 280px;
	height:210px;
	margin: 0px 10px 0px 10px;
}
.gameinfo {
	margin-left:0;
}
#featured-games {
	width:909px;
	margin:auto;
}