CSS Humor

Treasure Chest Position Absolute Bottom Negative 10000000px

.treasure_chest {
  position: absolute;
  bottom: -10000000px;
}

From @orcanoid