body{
	background: #1a1a1a;
	margin: 0;
	padding: 0 20px;
	font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
	color: #fff;
	font-size: 18px;
}

.wrapper{
	margin: 90px auto;
	max-width: 1000px;
	text-align: center;
}

a{
	color: #979797;
	text-decoration: none;
	display: inline-block;
}

.links a{
	padding: 20px 0;
	text-align: center;
	width: 216px;
	margin: 0 auto;
}

.links img{
	display: block;
	margin: 0 auto 30px;
	max-width: 216px;
}

p{
	margin:0 0 20px;
}

.tagline{
	margin-bottom: 40px;
	font-size: 15px;
}

@media only screen and (max-width: 1000px) {
	.links{
		max-width: 512px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 640px) {
	.links a{
		display: block;
	}

	img.strive{
		margin-bottom: 0;
		margin-top: -30px;
	}
}