html {
  background: url(../img/stucco.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 257px;
  height: 172px;
  margin-top: -86px;
  margin-left: -128.5px;
  -moz-box-shadow: 5px 5px 5px 0px #bbb;
  -webkit-box-shadow: 5px 5px 5px 0px #bbb;
  -o-box-shadow: 5px 5px 5px 0px #bbb;
  box-shadow: 5px 5px 5px 0px #bbb;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#bbb, Direction=134, Strength=5);
}
