<style> *{ margin:0; padding:0; } .xxx{ display:block; margin: 0 auto; } </style> </head> <body> <img class="xxx" src="img/1.bmp" /> </body>