#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 14px;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 90px;
	text-align: center;
	display: block;
	border-radius: 5px;
	background-color: #FF6600;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #FF7B24;
}
