/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	color: #696969;
}

.logoLanding {
	width:419px;
	height:90px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-45px 0 0 -210px;	
}

footer {
	position:fixed;
	left:0px;
	bottom:0px;
	height:50px;
	width:100%;
	padding: 0 5px 0 5px;
	border-top: 1px solid #696969;
	text-align: center;
	color: #696969;
}

	footer p {
		margin: 0;
		padding: 0;
		line-height: 50px;
	}
