@charset "UTF-8";
/* CSS Document */

#page-top {
	position:fixed;
	bottom:2rem;
	right:2rem;
	font-size:140%;
}
#page-top a {
	color:rgba(255,255,255,1);
 display:inline-block;
 width:4rem;
 height:4rem;
	text-align:center;
	text-decoration:none;
	line-height:4rem;
 border-radius:50%;
 background-color:rgba(182,153,51,1);
} 
  
#page-top a:hover {
	background-color:rgba(200,200,200,1);
}