/* page-top */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 14px;
	line-height:130%;
	font-weight: bold;
}
#page-top a {
	display: table-cell;
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	height: 60px;
	padding: 0px 0;
	text-align: center;
	vertical-align:middle;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}
