body {
	background: #f2f2f3;
	color: #767575;
	text-align: center;
	margin: 0;
	padding: 0;
	min-height: 100%;
	font-family: "Droid Serif", Georgia, sans-serif;
	line-height: 1.4;
}

header {
	padding-top: 50px;
	font-family: Lato, Helvetica, Arial, sans-serif;
}

header h2 {
	color: #ce534b;
	background: url("../img/pat.png");
	padding: 5px 10px 7px;
	font-weight: 300;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-size: 37px;
	display: inline-block;
}

main {
	font-size: 15px;
	padding-bottom: 50px;
}

footer {
	position: fixed;
	background: #414141;
	color: #b1b1b1;
	border-bottom: 5px solid #ce534b;
	top: 100%;
	margin-top: -40px;
	height: 35px;
	width: 100%;
	font-size: 11px;
}


footer a {
	color: #b1b1b1;
}