
.wrapper {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+45,161721+94 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(0,128,128) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(0,128,128))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(0,128,128) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(0,128,128) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(0,128,128) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(0,128,128) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#008080',GradientType=0 ); /* IE6-9 */
	background-attachment: fixed;
	
	text-align: left;
	width: 100%;
	max-width: 2200px;
	min-height: 100vh;
	margin: auto;
	padding: 0px;
	border: none;
	position: relative;
	bottom: 0px;
	overflow: hidden;
	z-index: 0;
}

.header {
	/*background: url(../images/introLogo.png) no-repeat;
	background-position: center;
	background-size: 431px 100px;*/
	width: 100%;
	height: 275px;
	padding: 0px;
	position: relative;
}

.nav{
	/*background: url(../images/navbar.png) no-repeat;
	background-position: center;
	background-size: 100%;*/
	background: #f7efd9;
	width: 100%;
	height: 35px;
	padding: 0;
	margin: 0;
	border-top: 2px solid blue;
	border-bottom: 2px solid blue;
}

.content {
	width: 90%;
	min-height: calc(100vh - 360px);
	/*background: rgb(50,50,50);*/
	margin: auto;
	margin-bottom: 25px;
	padding: 10px;
	position: relative;
	overflow: hidden;
}

.bg {
	width: 85%;
	min-height: calc(100vh - 360px);
	/*background: rgb(50,50,50);*/
	margin: auto;
	margin-bottom: 25px;
	padding: 10px;
	position: relative;
	overflow: hidden;
}

.footer {
	width: 100%;
	max-width: 2200px;
	height: 25px;
	overflow: hidden;
	position: fixed;
	bottom: 0px;
	margin: auto;
	color: white;
	background: #52D6E0;
	border-top: 2px solid blue
}

.footer p {
	display: inline-block;
	vertical-align: 50%;
}
