@namespace url(http://www.w3.org/1999/xhtml);

html > body > img:only-child {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 margin: auto;
 padding: 0px;
  background-color: #ddd !important;
border: 1px solid #AAAAAA;

  background-image: url(data:image/gif;base64,R0lGODlhCgAKAIAAAAAAAP///yH5BAEAAAAALAAAAAAKAAoAAAIRhB2ZhxoM3GMSykqd1VltzxQAOw==) !important;

  background-repeat: repeat !important;




}