#page-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	font-size: 1.2em;
	font-weight: bold;
	z-index: 20;
}
#page-top a {
	background: #161b60;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #4a52a0;
}