/* CSS Document */
#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;    
    padding: 10px 15px;    
    font-size: 20px;
    background: url(images/gotop.png) no-repeat;
    color: white;
    cursor: pointer;
	/*border-radius: 50%;*/ /*¶ê§Î¹Ï¼Ð*/
}

