a.just-an-admin-button {
	display: block;
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 150px;
  left: 20px;

  background: #fff url("admin.jpg") top left no-repeat;
  background-size: 30px 30px;

  z-index: 999999;
}
a.just-an-admin-button span {
	display: block;
  padding: 5px;
	position: absolute;
  left: -10000px;

  font-size: 28px;
  font-weight: bold;
  color: #000;
}
