body {
	background-color: #fff;
	font-size: 21px;
	margin: 5em auto;
	max-width: 50em;
	text-align: center;
}

#download-link {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #dfdfdf));
	background: -moz-linear-gradient(center top, #ffffff 5%, #dfdfdf 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf');
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	color: #212121;
	display: block;
	font: sans-serif;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
	margin: 1em auto;
	width: 4em;
}

#download-link:hover {
	box-shadow: inset 0 5px 5px -5px #ccc;
}

#download-link:active {
	position: relative;
	top: 1px;
}
