body {
	background-repeat: no-repeat;
	background-position: center 0;
	background-color: #016fae;
	font-family: Arial, Helvetica, sans-serif;
	color: #636366;
	margin: 0;
	padding: 0;
}

h1 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

#general {
	margin: 0 auto;
	text-align: center;
}

#content {
	margin-bottom: 4%;
}

#button {
	/*width: 75%;*/
	margin: 0 auto;
	background-color: #006FAE;
	padding: 1% 0;
}
	#button a {
		text-decoration: none;
		color: #fff;
	}
	#button img {
		width: 88%;
	}