body {
	font-family: 'Open Sans', sans-serif;
	background: #171717;
	color: rgba(255,255,255, .8);
	font-size: 22px;
	text-align: center;
	margin: 25px 0 0;
}
img { 
	vertical-align: middle; 
}
hr {
	border: 0;
	border-top: 2px dotted rgba(255,255,255, .1);
	width: 100%;
	margin: 50px 0;
}
p {
	margin-top: 30px;
	margin-bottom: 15px;
}
a {
	text-decoration: none;
}
button, .button {
	font-family: inherit;
	font-size: .7em;
	background: inherit;
	color: inherit;
	border: 1px solid rgba(255,255,255, .4);
	border-radius: 30px;
	/*cursor: pointer;*/
	margin-left: .5em;
	padding: .3em 1em;
	vertical-align: text-top;
	text-transform: uppercase;
	outline: none;
}
button:hover, button:focus,
.button:hover, .button:focus {
	border-color: #ac0007;
}