#page-top {
	position: fixed;
	bottom: 3px;
	right: 3px;
	font-size: 30px;
	line-height: 100%;
	z-index: 10;
}

#page-top a {
	background-color: #B16C76;
	text-decoration: none;
	color: #ffffff;
	padding: 10px 19px 10px 19px;
	text-align: center;
	display: block;
	transition: 0.5s;
	opacity: 0.8;
	border-radius: 3px;
}

#page-top a:hover {
	text-decoration: none;
	opacity: 1.0;
}
