html { 
   width:100%; 
   height:100%; 
   /*background:url(DSC_7256_7_8_9_fused_sw.jpg) center center no-repeat;*/
	background: #000000 url('home.jpg') center center no-repeat;
}
img {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 500px;
   height: 500px;
   margin-top: -250px; /* Half the height */
   margin-left: -250px; /* Half the width */
}

a {
   position: absolute;
   top: 12%;
   left: 47%;
   color: #fff;
}

p {
   position: absolute;
   top: 87%;
   left: 46%;
   color: #fff;
}