body{
	background: #000c12;
	color: #fff;
	font: 400 15px/1.5 'Lato', sans-serif;
}
a{
	color: #1099dc;
	text-decoration: none;
}
a:hover{
	color: #2cb0f0;
	text-decoration: none;
}
#global-wrapper{
	width: 90%;
	max-width: 750px;
	margin: 0 auto;
	padding: 0 20px;
}
#logo{
	display: block;
	width: 100%;
	max-width: 615px;
	margin: 240px auto 0;
	text-align: center;
}
#logo img{
	width: 100%;
	display: block;
}
#logo:after{
	content: "";
	width: 113px;
	height: 1px;
	display: inline-block;
	background: #404e54;
	position: relative;
	margin: 46px 0 24px;
}
.description{
	text-align: center;
	font-style: italic;
	font-weight: normal;
}
.description a{
	font-weight: bold;
}
