#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

#page-top a {
    background: rgba(102, 102, 102, 0.8);
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    text-indent: initial;
}

#page-top a:hover {
    text-decoration: none;
    background: rgba(144, 144, 144, 0.8);
}

#footer {
    width: 100%;
    clear: left;
    border-top: 1px solid #bee0ff;
    bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
}

#footer dl.address {
    width: 450px;
    display: block;
    font-size: small;
    clear: both;
    margin: 0 auto;
}

#footer dl.address dt {
    width: 200px;
    float: left;
    text-align: left;
    padding-left: 10px;
}

#footer dl.address dd {
    text-align: left;
}

#footer dl.address dt,
#footer dl.address dd {
    padding: 2px 0;
    border-bottom: #c8c8c8 dotted 1px;
}

address {
    width: 100%;
    font-style: normal;
    font-size: small;
    text-align: center;
    background-color: #c8c8c8;
    padding: 5px 0px 5px 0px;
}