body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #202323;
}

article {
	width: 300px;
	height: 280px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -140px;
}
 
h1 {
	padding: 0;
	margin: 0;
	background: url('../assets/logo.png') no-repeat 0 0;
	width: 300px;
	height: 174px;
	font-size: 0;
	text-indent: -9999em;
}

h2 {
	font-size: 13px;
}

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

.fn, .org {
	display: none;
}