@charset "utf-8";
/* CSS Document */
html, body{height: 100%;}
.a{position:relative; height: 100%;}
.a img{width:50%; position:absolute; top:50%; left: 50%; margin-left: -25%; }