* {
	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:#bf370d;
}
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;
}