#header {
	width: 100%;
	height: 53px;
	background: #031e3a;
	border-bottom: 3px solid #000;
}
	.aboutNav {
		width: 994px;
		height: 53px;
		margin: 0 auto;
		list-style: none;
		overflow: hidden;
	}
		.aboutNav li {
			position: relative;
			float: left;
			border-left: 1px solid #fff;
		}
		.aboutNav li:last-child {
			border-right: 1px solid #fff;
		}


#footer {
	width: 100%;
	padding: 10px 0 26px;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	background: #000;
}
	#footer p{
		margin: 0 0 10px;
	}
	p.topBtn {
		position: relative;
		width: 74px;
		height: 37px;
		margin: 0 auto 22px !important;
		cursor: pointer;
	}
		.topBtn img {
			position: absolute;
			width: 74px;
			height: 27px;
			left: 0;
			bottom: 0;
		}
		.topBtn:hover > img {
			bottom: 5px;
			-webkit-transition: .3s;
			   -moz-transition: .3s;
			    -ms-transition: .3s;
			     -o-transition: .3s;
			        transition: .3s;
		}