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

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

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

.fancyscroll-topButton {
	height:75px;
	position: fixed;
	display: block;
	bottom: 5px;
	right: 5px;
	padding: 10px;
	color: #3EA9DF;
	text-decoration: none;
	z-index: 1200;
	background-image:url(../img/top1.png);
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: bottom;
}

.fancyscroll-topButton:hover {
	background-image:url(../img/top.png);
	text-decoration: none;
}





