@charset "utf-8";
/* CSS Document */

/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.1
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/


#toTop {background:url(/picts/css/totop.png) no-repeat 0 0;
	display:none;
	position:fixed;
	right:54%;
	bottom:20px;
	border:none;
	z-index:20;
	height:36px;
	width:36px;
}


#toTopHover, #toTop:hover {
	display:block;
	background-position:0 bottom;
}

#toTop:active, #toTop:focus {
	outline:none;
}
