div#totop {
	position: fixed;
	bottom: 10px;
	right: 0;
	background: rgba(82,175,225, 0.8) url('icon-arrow-up.png') no-repeat;
	background-size: 20px;
	background-position: 50%;
    height: 34px;
    width: 60px;
	color: #fff;
	text-transform: uppercase;
	z-index: 10;
	font-size: 11px;
	box-shadow: -2px 2px 0px rgba(0, 0, 0, 0.15);
	border-radius: 0;
    color: #fff;
    padding: 0px 16px;
}
div#totop:hover {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background-color: rgba(166,26,19, 0.9);
	cursor: pointer;
}

