@charset "UTF-8";
#pagetop {	height: 100px; width: 100px; position: fixed; z-index: 9000; right: 40px; bottom: 40px; display: none; background-image: url(img/pagetop.png); transition:All 0.3s ease; -webkit-transition:background-position 0.3s ease; -moz-transition:background-position 0.3s ease; -o-transition:background-position 0.3s ease;}
#pagetop.creepingterror {background-image: url(img/pagetop_creepingterror.png);}
#pagetop:hover {background-position: 0px -10px;}