/* Footer */
#footer{
	height: 3em;
	margin: -3em auto;
	max-width: 85em;
	min-width: 75em;
	position: relative;
}
	/* Copyright */
	#footer .copyright{
		border-bottom: 1px solid #24396a;
		height: 3em;
		line-height: 3em;
	}
		#footer .center {
			background: #24396A;
			color:white;
			height: 3em;
			white-space: nowrap;
			overflow: hidden;
		}
			#footer .center a {
				color: White;
			}
			#footer .center .about {
				float:left;
				padding-left: 0.5em;
			}
			#footer .center .home {
				border-left: 1px solid white;
				float: right;
				padding-left: 0.5em;
				padding-right: 0.5em;
			}
