ciaoa tutti, probabilmente sono molto rinco ma non riesco a centrare un div orrizontale.
il codice html è il seguente:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="it">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="master3.css" type="text/css" />
<title>::. settima onda strict .::</title>
</head>
<body>
<div id="container">
<div id="fascia"></div>
</div>

</body>
</html>

i CSS variano a seconda della nevrosi:

body {
background-color : #A3B2CC;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
margin: 0px;
width:100%;
height:100%;
}

#container {

padding: 0 0 0 0;
margin: 0px;
border: solid 0px #000;
height:100%;

}



#fascia{
background-image:url(img/onda.jpg);
background-position: bottom left;
background-repeat:no-repeat;
background-color: #153983;

border-top:solid 1px #B5C3DC;
border-bottom:solid 1px #B5C3DC;
position: absolute;

width: 100%;
height:390px;
margin: -25%,0,-25%, 0;
}


non trovo l'errore! il div "fascia dovrebbe essere centrato in altezza!!!
ciao e grazie
c