body {
	background:#246960 url("images/aquaence-bg.jpg") top center no-repeat;
	background-size:100%;
	font-family: 'Caudex', serif;
	font-size:90%;
	color:#fff;
}

a {
	color:#fff;
	font-weight:bold;
}

header {
	width:100%;
	max-width:800px;
	margin:auto;
	padding-top:20px;
	margin-bottom:30px;
}

header img {
	width:100%;
	max-width:700px;
	margin:auto;
}

.intro {
	clear:both;
	width:94%;
	max-width:970px;
	margin:auto;
	padding:20px 3% 40px 3%;
	background: -moz-linear-gradient(top,  rgba(125,185,232,0.22) 0%, rgba(19,76,96,0.68) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,0.22)), color-stop(100%,rgba(19,76,96,0.68))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(125,185,232,0.22) 0%,rgba(19,76,96,0.68) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(125,185,232,0.22) 0%,rgba(19,76,96,0.68) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(125,185,232,0.22) 0%,rgba(19,76,96,0.68) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(125,185,232,0.22) 0%,rgba(19,76,96,0.68) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#387db9e8', endColorstr='#ad134c60',GradientType=0 ); /* IE6-9 */
}

.footer {
	clear:both;
	width:100%;
	max-width:1020px;
	margin:auto;
	font-size:80%;
	text-align:center;
	color:#A0D8D8;
	padding:10px 0;
}