body {
	background:#142434;
	color:#fff;
	font-family:'Lato', sans-serif;
	font-size:20px;
}

#content {
	max-width:1000px;
	margin:0 auto;
}

h1,h2 {
	color:#00ff00;
	font-size:30px;
	padding-top:20px;
}

a {
	color:#00ff00;
	text-decoration:none;
}

br {
	clear:left;
}

img {
	max-width:100%;
}

#downloads img {
	margin-bottom:25px;
	margin-top:25px;
}

#facebook {
	text-align:center;
	margin-bottom:25px;
	margin-top:25px;
	position:relative;
	right:15px;
}

.left img, .leftfloat {
	float:left;
	margin-right:30px;
}

.right img, .rightfloat {
	float:right;
	margin-left:30px;
}

footer {
	padding-top:30px;
}

.headline {
	font-weight:bold;
}

.button {
	float:left;
	width:33%;
}

.button img {
	position:relative;
	left:15%;
}