#gotop {
    position: fixed;
    bottom: 10px;
    right: 20px;
	background-color:#888;
	padding:0.5em;
	border-radius:5px;
	opacity: 0.6;
	font-size:14px;
	z-index:100;
}
#gotop a{text-decoration:none;
color:white;}