* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 21px;
	color: #222;
}

h1 {
	font-size: 25px;
	line-height: 32px;
	font-weight: bold;
}

.content {
	height: 100%;
	display: table;
	width: 100%;
}

.box {
    vertical-align: middle;
    text-align: center;
    width: 100%;
    box-sizing: content-box;
    display: table-cell;
}

.logo {
	display: inline-block;
	color: #1d7d9e;
	width: 280px;
	padding: 0 15px;
}

.description {
	max-width: 750px;
	margin: 0 auto;
	padding: 30px 15px 0;
	text-align: center;
}

.button a {
	text-decoration: none;
	display: inline-block;
	background-color: #1d7d9e;
	padding: 10px 20px;
	margin: 30px 15px 0;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
}

.button a:hover {
	background-color: #176f8f;
}