/*
* @Author: Brandon Bird
* @Date:   2016-05-05 15:34:22
* @Last Modified by:   Brandon Bird
* @Last Modified time: 2016-05-05 15:55:05
*/

body {
	font-family: helvetica, sans-serif;
    font-size: 20px;
    margin: 0;
}

.wrapper {
	text-align: center;
	border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 50px;
    background-color: #fafafa;
}

p {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

p.footer {
	width: 100%;
	position: absolute;
	bottom: 25px;
	text-align: center;
	font-size: smaller;
	color: #888;
}

.logo {
	margin: 25px;
	border: none;
}