html, body { 
width : 100%;
margin : 0;
padding : 0;
background: #ffffff; 
} 
img { 
border : 0px; 
width : 800px;
height : 800px;
position : absolute;
top: 50%;
left : 50%;
margin-top : -400px;
margin-left : -400px;
} 
