html { height: 100%; }

body {
	font-family: Gill Sans Light, Gill Sans MT Light, Gill Sans Std Light, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	color: #ddd;
	background: #222;
	background-image: radial-gradient(700px circle at center top,#555 0%,#222 600px);
	background-repeat: no-repeat;
}

h1 {
	display: block;
	font-weight: normal;
	font-size: 48px;
	text-align: center;
	margin: 24px auto 12px auto;
	text-shadow: 0px 4px 8px rgba(0,0,0,0.5);
}

h2 {
	display: block;
	width: 800px;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	margin: 48px auto 24px auto;
	text-shadow: 0px 4px 8px rgba(0,0,0,0.5);
	background-image: linear-gradient(90deg,#222 0%,#555 50%,#222 100%);
}

img#icon {
	display: block;
	margin: 48px auto 24px auto;
}

img {
	display: block;
	margin: 0px auto;
}

p {
	color: #bbb;
	text-align: left;
	width: 700px;
	margin: 24px auto;
}

p#pages, p#buy, p#appstore {
	text-align: center;
}

p#pages {
	font-size: 21px;
}

p#pages a {
	color: #786;
	text-decoration: none;
	border-bottom: none;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.3);
}

p#pages a:hover {
	color: #9a8;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}

a {
	color: #786;
	text-decoration: none;
	border-bottom: none;
}

a:hover {
	color: #9a8;
}

a.buy img {
	margin-bottom: 12px;
}

a.download {
	display: inline-block;
	width: 220px;
	margin-left: auto;
	margin-right: auto;
	background: #555;
	color: #ccc;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 16px;
	border-radius: 4px;
	margin-top: 12px;
	margin-bottom: 12px;
	border-top: 1px solid #666;
	border-bottom: 2px solid #333;
}

a.download:hover {
	color: #eee;
	background: #999;
	border-top: 1px solid #aaa;
	border-bottom: 2px solid #777;
}

footer {
	padding: 16px 20% 0px 20%;
	font-size: 12px;
	color: #666;
}

footer p {
	text-align: center;
}

