.logoArea  {
 margin: 10px auto 10px;
  }
@media only screen and (min-width: 1025px) {
	header #headerInner .logoArea {
		position: absolute;
		left: 50%;
		margin-left:-117px;
	}
}
@media only screen and (min-width: 769px) {
	footer #footerInner #footerContent #footerInfo #footerLogo a {
		display: block;
		margin: 36px 30px 0 0;
		width: 118px;
		height: 59px;
	}
}
@media only screen and (max-width: 1024px) {
	.Nav {
		top: -70px;
	}
}

