body {
    background-color: #85B5D5;
    background-image: url("../images/AVP.gif");
    background-position: top;
    background-repeat: no-repeat;
  }

.button {
    position: absolute;
    height: 25px;
    min-width: 100px;
    border: 1px solid black;
    border-radius: 5px;
    box-shadow: 0px 2px 0 white, 2px 4px 6px #eee;
  }