@charset "utf-8";

div.tothetopfixed {
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 1500;
}	

div.tothetopfixed a {
	display: block;
}