/* page-top */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index:9999;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 50px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	font-size:20px;
	text-shadow:0px 0px 0px #000000;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}

