.fancyscroll-section {
	position: absolute;
	height: 1000px;
	width: 100%;
}

.fancyscroll-content {
	position: absolute;
	width: 730px;
	left: 50%;
	margin-left: -345px;
	top: 200px;
	z-index: 10;
}

.fancyscroll-background {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.fancyscroll-gotop {
	display: block;
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding: 10px;
	z-index: 20;
}





