body {
	margin: 0 auto;
}

body > div.content {
	margin-top: 20px;
}

.space {
	border-bottom: 1px solid grey;
}

.content {
	margin: 0 auto;
}

.navigation {
	background-color: rgb(42, 87, 154);
	height: 120px;
	text-align: right;
}

.navigation .content span {
	margin-left: 20px;
}

.navigation a:link,
.navigation a:active,
.navigation a:visited,
.navigation a:hover {
	display: block;
	margin-right: 10px;
	line-height: 10px;
	color: #ffffff;
	font-family: 'Average', serif;
	font-size: 1.2em;
}

.screenshot {
	float: left;
	margin-top: -120px;
	margin-left: 20px;
}

.screenshot img {
	width: 200px;
}

.intro {
	padding: 20px;
}

.intro h1 {
	font-family: 'Noticia Text', serif;
}

.intro h2, .intro li {
	font-family: 'Cabin Condensed', sans-serif;
	line-height: 30px;
}

.app h1 {
	margin-right: 20px;
	display: inline-block;
}

.app h1 {
	line-height: 100px;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: text-bottom;
}

.bullets {
	margin-top: 0;
	padding-top: 10px;
	padding-right: 10px;
}

.bullets ul {
	text-align: center;
}

.bullets li {
	text-align: left;
	vertical-align: text-top;
	font-family: 'Cabin Condensed', sans-serif;
	line-height: 30px;
}

.video {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 280px;
	height: 160px;
}

.faq {
	padding: 20px;
}

.faq p {
	font-family: 'Cabin Condensed', sans-serif;
}

.faq .answer {
	background-color: #f7f7f7;
	line-height: 30px;
	padding: 10px;
}

.faq h2 {
	font-family: 'Average', serif;
}

.footer {
	font-family: 'Noticia Text', serif;
	font-size: 0.8em;
	color: #778899;
	text-align: center;
	bottom: 0;
	line-height: 2em;
	margin-top: 40px;
}

.notice {
	padding: 1em;
	text-align: center;
	text-decoration: underline;
}

.notice img {
	width: 100%;
}
