body {
	background: #f8f8f8;
	color: #777777;
	font-family: 'Open Sans', sans-serif;
}
#wrapper {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
#frown {
	margin: 80px 0px 30px;
}
#header {
    font-size: 48px;
    margin-bottom: 10px;
}
#subheader {
	color: #b9b8b8;
	font-size: 16px;
    margin-bottom: 20px;
}
#text {
	color: #9b999b;
	font-size: 11px;
    line-height: 1.8em;
}
a {
	color: #01334C;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #777777;
}