html, body {
	margin: 0px;
	padding: 0px;
	background: #b3270b;
	color: #fff;
	width: 100%;
	font-family: Segoe UI, Verdana, Arial, sans-serif;
}

@media screen and (min-width: 801px) {
	body {
		font-size: 18px;
	}
	
	h1 {
		font-size: 20px;
	}
	
	div#links a {
		width: 30%;
		float: left;
		margin-right: 5%;
	}

	div#links a.last {
		margin-right: 0px;
	}
}

@media screen and (max-width: 800px) {
	body {
		font-size: 16px;
	}
	
	h1 {
		font-size: 18px;
	}
	
	div#links a {
		width: 50%;
		float: left;
		clear: both;
		margin-bottom: 15px;
		margin-right: 0%;
	}

	div#links a.last {
		margin-right: 0px;
	}
}

div#site {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	min-width: 300px;
	margin-top: 40px;
	max-width: 800px;
}

div#logo {
	float: left;
	clear: both;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

div#logo img {
	display: block;
	width: 100%;
}

div#links {
	clear: both;
	margin-top: 40px;
	margin-bottom: 40px;
}

div#links a {
	text-decoration: none;
	display: block;
	float: left;
}

div#links a img {
	width: 100%;
	display: block;
	text-decoration: none;
	border: none;
}