#secret,
#secretLinks {
	margin-top: 5px;
	overflow: hidden;
	float: left;
}
#secret {
	background: hsla(205,100%,15%,0.65);
	padding: 10px;
	width: 940px;
}
#secretLinks {
	width: 960px;
}
#secret > header {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	margin-top: -5px;
	margin-bottom: 10px;
}

#secretLinks {
	list-style: none;
	text-align: left;
	font-size: 0;
}
#secretLinks li {
	display: inline-block;
	font-size: 16px;
	text-align: center;
	width: 316px;
	border-radius: 5px;
	background: hsla(205,100%,15%,0.65);
	margin-right: 6px;
	margin-bottom: 5px;
}
#secretLinks li:nth-child(3n+3) {
	margin-right: 0;
}
#secretLinks li > a {
	padding: 10px;
	display: block;
	text-decoration: none;
}
#secretLinks li:hover {
	background: hsla(205,100%,25%,0.45);
}
#secretLinks li header {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin-top: -5px;
	margin-bottom: 10px;
}
#secretLinks li img {
	width: 220px;
	height: 80px;
	border-radius: 5px;
}
#secretLinks li p {
	color: hsl(205,100%,60%);
}