#gotobottom {
   position:fixed;
   z-index:5000;
   bottom:80px;
   right:30px;
   background:url("http://www.briggsandmortar.com.au/wp-content/stb-images/arrow-down.png") no-repeat top left;
   text-indent:-9999em;
   width:35px;
   height:35px;
   }
#gotobottom:hover,
#gotobottom:active,
#gotobottom:focus {
   outline:0;
}