html, body {
	margin: 0px;
	padding: 0px;
	
	height: 100%;
}

html {
	background-color: #f1f1f1;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url(Background.jpg);
}

body {
	font-family: "Helvetica Neue", sans-serif;
	text-align: center;
	
	background: -webkit-linear-gradient(rgba(187, 187, 187, 0) 0%, rgba(187, 187, 187, 0.95) 600px);
	background: -moz-linear-gradient(rgba(187, 187, 187, 0) 0%, rgba(187, 187, 187, 0.95) 600px);
	background: -ms-linear-gradient(rgba(187, 187, 187, 0) 0%, rgba(187, 187, 187, 0.95) 600px);
}

.amp {
	font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif;
	font-style: italic;
	font-weight: normal;
}

header {
	padding-top: 40px;
}

header a {
	display: block;
	
	margin: 0 auto;
	
	width: 316px;
	height: 316px;
	
	background-image: url(Icon.png);
	cursor: pointer;
	margin-bottom: 40px;
}

@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1) {

		header a {
			background-image: url(Icon@2x.png);
			background-size: 316px 316px;
		}
}


header h1 {
	font-size: 80px;
	font-weight: bold;
	letter-spacing: -4px;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
	
	margin-bottom: 34px;
}

header h2 {
	color: #5f5f5f;
	
	font-size: 40px;
	font-weight: normal;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
	
	letter-spacing: -2px;
}

footer {
	margin-top: 68px;
	margin-bottom: 20px;
}

footer p {
	color: gray;
	
	font-size: 13px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

footer a {
	color: #5f5f5f;
	text-decoration: none;
}