#toTop {
	display: none;
	position: fixed;
	bottom: 70px;
	right: 5px;
	opacity: 0.4;
	font-size: 30px;
	filter: alpha(opacity = 40); /* For IE8 and earlier */
	outline: 0;
}

#toTop {
	color: #333;
}

#toTop:hover {
	opacity: 0.8;
	filter: alpha(opacity = 80); /* For IE8 and earlier */
}
