#toTop {
	background: url("../Styles/images/top.png") no-repeat 0px 0px; border: currentColor; width: 40px; height: 53px; right: 50%; bottom: 380px; text-indent: -999px; overflow: hidden; text-decoration: none; display: none; position: fixed; z-index: 20;
}
#toTop:hover {
	background-position: -40px 0px;
}
#toTop:active {
	
}
#toTop:focus {
	
}
