* {
	margin: 0;
}

body, html {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding: 10px 0;
}

a {
	color: #000;
	text-decoration: none;
}

h1 {
	font-family: 'Roboto Condensed', sans-serif; 
	font-size: 26px;
	font-weight: normal;
	text-transform: uppercase;
}

.container {
	display: table;
	height: 90%;
	position: absolute;
	text-align: center;
	width: 100%;
}

.content {
	display: table-cell;
	vertical-align: middle;
}

#logo {
	margin: auto;
	padding-bottom: 25px;
	padding-top: 25px;
}