body {
	background-color: #383838;
}

a {
    text-decoration: none;
}

#downloadContainer {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -260px;
	width: 520px;
	height: 300px;
	-webkit-border-radius: 20px;
/*	background: -webkit-linear-gradient(top, #9d9ca7, #43444b);*/
	background-color: #585858;
	-webkit-box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.6), 0px 2px 2px rgba(255, 255, 255, 0.35);
}

#downloadTitle {
	position: absolute;
	width: 480px;
	margin-top: 20px;
	margin-left: 20px;
	font-family: "HelveticaNeue-Bold";
	font-size: 30px;
	text-align: center;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.75), 0px 1px 1px rgba(255, 255, 255, 0.35);
	color: #fff;
}

#downloadInfo {
	position: absolute;
	width: 480px;
	margin-top: 105px;
	margin-left: 20px;
	font-family: "HelveticaNeue";
	font-size: 20px;
	text-align: center;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.75), 0px 1px 1px rgba(255, 255, 255, 0.35);
	line-height: 32px;
	color: #ccc;
}

#downloadButtonContainer {
	position: absolute;
	background-color: #444;
	width: 500px;
	height: 80px;
	bottom: 10px;
	left: 10px;
	-webkit-border-radius: 14px;
	-webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.75), 0px 1px 2px rgba(255, 255, 255, 0.35);
}

#downloadButton {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 488px;
	height: 68px;
	
	font-family: "HelveticaNeue-Bold";
	font-size: 20px;
	line-height: 68px;
	text-align: center;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.75);
	color: #fff;
	
	-webkit-border-radius: 10px;
	background: -webkit-linear-gradient(top, #a9baa1, #268931 70%, #2b9e1a 95%, #40ba11 );
	-webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.75), 0px 2px 2px rgba(0, 0, 0, 0.75);
}

#downloadButton:active {
	background: -webkit-linear-gradient(top, #535b4f, #154419 70%, #164e0c 95%, #1f5b08 );
	-webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.25), 0px 2px 2px rgba(0, 0, 0, 0.75);
	color: #aaa;
}

#downloadButtonLabel {
	position: absolute;
	width: 488px;
	margin-top: 13px;
}