body {
  height: 100%;
  background: #000 url(/assets/2013-04-19-nobody-knows-why/images/nobody-knows-why_bg-dbdc7cd95860ca796f57d19eff5722ec.jpg) no-repeat top center fixed;
  background-size: 100%;
}

#post_nobody-knows-why h1 a {
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 800;
  font-size: 50px;
  color: #000;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, 0 2px 6px #000;
}

#post_nobody-knows-why img {
  float: none;
  
  image-rendering: -moz-crisp-edges;         /* Firefox */
  image-rendering: -o-crisp-edges;           /* Opera */
  image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
  
  box-shadow: 0 2px 6px #000;
}

#post_nobody-knows-why p {
  text-align: center;
}
