.scrollup {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 50px;  
  text-indent: -9999px;
  background: url('../images/arrow.png') center no-repeat;  
  border-radius: 5px;
  display: none;
}