.footer {
    text-align: center;
}
.footer .copyright {
    vertical-align: top;
    display: inline-block;
    width: 952px;
    margin: 0 6px 0 0;
}

.wy-header {
    position: relative;
    height: 65px;
	background-color: #0052AC;
}

.wy-header .wy-logo, .wy-header-links {
    position: absolute;
    display: inline-block;
    vertical-align: top;
}
.wy-header .wy-logo {
    top: 0;
    left: 15px;
    width: 120px;  /* was 55 */
    height: 65px;
    background: transparent url(../../../images/state/wy/logo-wy.jpg) center no-repeat;
    background-size: 120px 55px;
}
.wy-header-links {
    top: 0;
    right: 15px;
    display: inline-block;
    height: 65px;
    line-height: 65px;
    margin: 0;
    padding: 0;
    text-align: right;
}
.wy-header-links li {
    display: inline;
    list-style: none;
    vertical-align: top;
}
.wy-header-links li a {
    color: #FFF;
    padding: 0 6px;
    text-decoration: none;
}
.wy-header-links li a:hover, .wy-header-links li a:focus {
    text-decoration: underline;
}