#footer{
    width: 100%;
    border-top: 1px solid #333;
    margin-bottom: 10px;
}
p{
    text-align: center;
}
p.menu a{
    font-size: 11px;
    color: #333;
    text-decoration: none;
}
.menuContent .active a:hover{
    text-decoration: none;
}
.copyright{
    margin: 0 auto;
    height: 32px;
    text-align: center;
    line-height: 36px;
    display: table;
    width: 100%;
    position: relative;
}
.copyright > div{
    display: inline-block;
    font-size: 11px;
    line-height: normal;
}
.copyright a{
    display: inline-block;
    float: right;

}
#privacyLine{
    display:inline-block;
    line-height: normal;
}
#privacyLine a {
    font-size: 11px; color: #343434;
    float: none;
    /*text-decoration: underline;*/
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}
.linkToMainePage{
    position: absolute;
    right: 25px;
    display: inline-block;
    width: 117px;
    height: 32px;
    background:url("/images/smk_logo_x1.png") 0 0 no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2/1),
(min-resolution: 2dppx),
(min-resolution: 192dpi) {
    #footer .linkToMainePage {
        background: url(/images/smk_logo_x2.png) 0 0 no-repeat;
        background-size: 117px 32px;
    }
}