#BackToTop {
	display:none;
	color:#eee;
	margin:0;
	padding:10px 0;
	text-decoration:none;
	font:bold 14px Arial,Helvetica;
	position:fixed;
	bottom: 0;
	background: rgba(184,90,126,0.5);
	width: 100%;
	text-align: center;
}
#BackToTop:hover {
	background: rgba(184,90,126,1);
}
