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

#pagetop {
position: fixed;
bottom: 20px;
right: 20px;
	padding:20px;
	background-color:gray;
	color:white;
	opacity:0.8;

}

#pagetop a{
	display: block;
}

#pagetop a,
#pagetop a:link{
	text-decoration: none;
	color:white;
}