Center image at HTML page

<html>
<body>
  <center>
    <table width="95%" height="95%" border="0">
      <tr>
        <td align="center" valign="middle"><img src="image.png"/></td>   
      </tr>
    </table>
  </center>
</body>
</html>