@charset "utf-8";
/* CSS Document */
a.back-to-top {
	display: none;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 10px;
	bottom: 24px;
	background: url("up-arrow.png") no-repeat;
}

 
