html {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

.content {
	max-width: 600px;
	margin: auto;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
        text-align:center;
	padding-top: 5%;
}

.branding a {
	text-decoration: none;
	color: #444;
}

.branding a:hover {
	color: #000;
}

