* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
}
body, td, th, h1, h2, h3, h4, h5, h6, input, textarea, select {
	font:62.5% Georgia, "Times New Roman", Times, serif;
	color:#333;
	position:relative;
}
a {
	color:#ff9900;
}
a:hover, a:focus, a:active {
	color:#FFF;
	background-color:#ff9900;
}
a img {
	border:none;
}
p {
	margin-bottom:1.1em;
}
div#wrapper {
	height:100%;
	margin-left:auto;
	margin-right:auto;
	font-size:1.8em;
	line-height:1.4em;
	display:flex;
	align-items:center;
	justify-content:center;	
	padding:0 10%;
}
div#info {
	margin:10px auto;
	text-align:center;
}

h1#logo {
	width:211px;
	height:211px;
	display:block;
	margin:0 auto 77px;
	background-position:0 0;
	background-size:100%;
	background-repeat:no-repeat;
	background-image:url(logo@2x.png);
	background-image:url(logo.svg),
    linear-gradient(transparent, transparent);
}
h1#logo span {
	display:none;
}