<!--
/* page-top */
#page-top{
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a{
	background-image : none;background-repeat : no-repeat;background-attachment : scroll;background-position : 0% 0%;background-size : auto auto;background-origin : padding-box;background-clip : border-box;
	text-decoration: none;
	color : #ffffff;
	width: 100px;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
  height : 120px;
}
#page-top a:hover{
	text-decoration: none;
}
-->