#toTop {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 79px;
    height: 90px;
    background-image: url('../image/top.png');
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
	z-index:3147483647;
}
#toTop:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
