.goToTop { 
    position: fixed;
    bottom: 100px;
    right: 0%;
    display: block;
    text-align: center;
    background: #65c6e6; 
    z-index: 99999;
}
.goToTop a {
    background: none repeat scroll 0 0 #65c6e6;
    width: 60px;
    height: 39px;
    display: block;
    text-align: center;
    padding-top: 10px;
    text-decoration: none;
}
.goToTop a img{ 
    height: 30px;
    width: 30px;
}
.nav_img{
    background: #65c6e6;
    height: 175px;
    width: 185px;
    padding-top: 15px;
    position: absolute;
    top: 5px;
    right: 100px;
    border-radius: 4px;
}