html, body {margin: 0px;padding: 0px;width: 100%;height: 100%;}body {position: relative;min-height: 100%;margin: 0px;}img {border: 0px;}a {outline: none;}.wrapper {position: relative;width: 100%;min-height: 100%;margin: 0px auto;}.wrapper .wrapper-empty {}.footer-wrapper {position: relative;z-index: 1;}.wrapper-1000 {width: 1000px;margin: 0 auto;}

.wrapper-empty {
    height: 100px;
}
.footer-wrapper {
    height: 100px;
    margin-top: -100px;
}
.fenix {
    width: 500px;
    margin: 0 auto;
}
.fenix .logo {
    width: 61px;
    height: 75px;
    margin: 0 auto;
    background: url('../images/fenix.png') no-repeat top;
}
.fenix .logo a {
    display: block;
    width: 61px;
    height: 75px;
    text-decoration: none;
}
.fenix .copyright {
    width: 380px;
    margin: 0 auto;
}
.fenix .copyright,
.fenix .copyright a {
    font: 11px Verdana;
    text-align: center;
    color: #262626;
    text-decoration: none;
}

.fenix:hover .logo {
    background-position: bottom;
}
.fenix:hover .copyright,
.fenix:hover .copyright a {
    color: #fff;
}
.fenix:hover .copyright a {
    text-decoration: underline;
}