html, body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}
body {
    position: relative;
    height: 100%;
   	margin: 0px;
    font: 12px Verdana;
    color: black;
}
img {
    border: 0px;
}
a {
    font: 12px Verdana;
    color: black;
    text-decoration: none;
    border: 0px;
}
a:hover {
    text-decoration: underline;
}

div.frame {
    position: relative;
    width: 100%;
    min-height: 100%;
}
div.frame div.frame-empty {
    height: 100px;
}
div.footer {
    position: relative;
    z-index: 100;
    height: 100px;
    margin-top: -100px;
}

div.copyright {
    position: relative;
    width: 350px;
    height: 100px;
    margin: 0 auto;
    background: url('../images/fenix.png') no-repeat center top;
}
div.copyright:hover {
    background-position: center -123px;
    cursor: pointer;
}
div.copyright p {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
}
div.copyright:hover p, 
div.copyright:hover p a {
    color: #292526;
}
div.copyright:hover p a {
    text-decoration: underline;
}