div#go-top {
    display: none;
    opacity: 0.6;
    z-index: 999999;
    position: fixed;
    bottom: 85px;
    left: 92%;
    margin-left: 40px;
    border: 1px solid #a38a54;
    width: 68px;
    height: 68px;
    background-color: #eddec2;
    border-radius: 3px;
    cursor: pointer;
}

div#go-top:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

div#go-top div#arrow {
    position: absolute;
   left: 15px;
	top: -1px;
	width: 0;
    height: 0;
    border: 20px solid transparent;
    border-bottom-color: #cc3333;
}

div#go-top div#stick {
    position: absolute;
   left: 25px;
	top: 29px;
	width: 20px;
	height: 30px;
    display: block;
    background-color: #cc3333;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
