html {
	background-color: #2c79b3;
	background: linear-gradient(#3084c3, #286ea3);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	height: 100%;
}
body div.wrapper {
	background-color: rgba(255,255,255, .95);
	margin: 50px auto 50px auto;
	padding: 50px;
	border-radius: 25px;
	border: 1px solid #2c79b3;
	max-width: 800px;
	text-align: center;
}
body div.logo-image {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
}
body div.logo-text {
	display: inline-block;
	vertical-align: middle;
	color: #8bab32;
	text-decoration: none;
	font-size: 38px;
	font-weight: bold;
	line-height: 42px;
	margin: 0px 0px 0px 10px;
}
body div#content {
	display: flow-root;
}
body h1 {
	font-size: 32px;
	font-weight: bold;
	line-height: 38px;
	margin: 30px 0px 20px 0px;
	color: #2c79b3;
	float: left;
	width: 100%;
}
body h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	margin: 20px 0px 40px 0px;
	color: #8bab32;
	float: left;
	width: 100%;
}
body h2 a {
	text-decoration: none;
	color: #2c79b3;
}
body div.copyright {
	display: inline-block;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	color: #555555;
}
