footer {
    width: 100%;
    background-color: #eee;
}

div.inside {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    max-width: 1000px;
}
#footer-in {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

#totop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 40px;
}

#copy p {
    text-align: center;
    font-size: 10px;
    color: #000000;
}

.footermenu {
    text-align: center;
    display: inline-block;
    text-decoration: none!important;
	color:#000!important;
    margin: 0rem;
}

#copy {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media print, screen and (min-width: 769px){
#copy p {
}
#totop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 50px;
}
}

@media screen and (max-width: 768px){
#copy p {
    text-align: center;
}
}

