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

body {
	font-size: 17px;
	color: white;
	font-family: sans-serif;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	background-color: black;
}

.content {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: white;
}

#bottom {

	right: auto;
	left: auto;
	position: relative;
	bottom: 0px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.download {
	text-align: left;
}
.download h4 {
	margin-bottom: -15px;
}
.download a {
	text-decoration: underline;
}
.download p {
	font-size: 13px;
}
.download hr {
	margin-bottom: 20px;
	margin-top: 20px;
	width: 50%;
}

