div.body {
	padding: 0;
	width: 100%;
}

div.body>div {
	margin-left: 2.5%;
	margin-right: 2.5%;
}

div#head {
	border-bottom: 1px solid black;
	margin-bottom: 1ex;
}

div#left, div#right {
	width: 45%;
}

div#left {
	float: left;
}

div#left>div {
	padding-left: 1em;
}

div#right {
	float: right;
}

div#right>div {
	padding-right: 1em;
}

div#why {
	clear: both;
	margin-top: 1ex;
	border-top: 1px solid black;
}

div#why>div {
	padding-left: 1em;
	font-size: smaller;
	line-height: 120%;
	column-width: 290px;
	column-gap: 15px;
}

div#why p {
	margin-top: 0;
}

div#credits {
	font-size: smaller;
	padding: 1em;
	border: 1px solid #999;
}

img#icon {
	height: 64px;
	display: block;
	margin: auto;
	border: 1px solid black;
	background: white;
	padding: 2px;
}

div.screenshot {
	display: inline-block;
	text-align: center;
	max-width: 200px;
	font-family: sans-serif;
	font-size: smaller;
	margin-right: 1em;
}

a.screenshot img {
	max-width: 100px;
	max-height: 100px;
	margin-bottom: 1ex;
	vertical-align: middle;
}

ul#featurelist>li {
	clear: both;
	margin-bottom: 1ex;
}

div.updates p {
	margin-left: 2em;
	text-indent: -2em;
}

h1, h2 {
	text-align: center;
	margin-top: 1ex;
}

h1 {
	margin-bottom: 0;
}

.release-date {
	font-size: smaller;
	text-align: center;
	position: relative;
	top: -3ex;
	margin-bottom: -5ex;
}

.footer {
	position: relative;
	top: 2ex;
	padding-bottom: 1ex;
}

