#page-top {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
	cursor: pointer;
	opacity: 0.8;
}

#page-top:hover {
	text-decoration: none;
	opacity: 1;
}
