@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

html, body {
	height: 100%;
	color: #FFFFFF;
	text-shadow: 0px 0px 1px #000000;
	font-size: 1.5em;
}
html {
	background: #2A7B9B;
	background: -webkit-linear-gradient(rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
	background: -o-linear-gradient(rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
	background: linear-gradient(rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
}
.spacer, .content {
	height: 30%;
}
.content {
	max-width: 100%;
	text-align: center;
	margin: 0 1em;
}
p {
	margin-bottom: 0.5em;
}