#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	
}
#page-top a {
	text-decoration: none;
	color: #fff;
	display: block;
	border-radius: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}
