#page-top {
	position: fixed;
	bottom: 90px;
	right: 40px;
	font-size: 77%;
}

#page-top a {
	background: #3FA3F5;
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 15px 0;
	text-align: center;
	border-radius: 20px;
}

#page-top a:hover{
	text-decoration: none;
	background: 999;
}
