My box is aligned to the left of my page instead of the center.
I've used this as my CSS:
Does anyone know why?Code:<style type="text/css">
<!--
body {
font-family: Verdana;
font-size: 10px;
font-weight: normal;
color: #000000;
text-align: center;
background-color: #ffffff;
margin-top: 5px;
margin: auto;
}
#container {
width: 390px;
}
#header {
background: url(header.gif);
height: 11px;
}
#body {
background: url(body.gif);
}
#footer {
background: url(footer.gif);
height: 10px;
}
-->
</style>

