
.topback img{

    width: 100%;
    height: 100%;
}

.toTop {
    width:70px;
	margin:10px;

      text-align:center;
      padding:5px;
      position:fixed;
    cursor:pointer;
      display:none;
      color:#333;
      font-family:verdana;
      font-size:11px;
      z-index: 100;	 /* Полупрозрачный фон */
}

.left{
    left:10px;
}
.right{
    right:10px;
}

.bot{
    bottom:10px; /* отступ кнопки от нижнего края страницы*/
}
.topchic{
    top:10px; /* отступ кнопки от нижнего края страницы*/
}

.mid{
    bottom:50%;
}
.middlec{
    left:50%;
}