Salut,
comment je peux centrer horizontalement et verticalement une image fixe dans une page ?

j'ai essayé cela mais ca centre uniquement horizontalement :


   html,body {
    background-color: #F3F3F3;
    color: #787878;
    margin: 0;
    height:100%;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
       }
    #centre{
    width:609px;
    height:376px;
    margin-top:auto;
    margin-bottom:auto;
    margin-left:auto;
    margin-right:auto;
    background-image:url("../images/centre.jpg");
    background-repeat: no-repeat;
    }