I am building a site and the main couple of DIV tags are not centered in IE but they are in firefox, opera and chrome. any ideas? here is my css code for my problem:
body
{
color: #333;
margin:0 auto;
background-image: url(images/bg.gif);
background-repeat: repeat-x;
background-color: #fde0dd;
}
#main
{
width: 734px;
margin:0 auto;
color: #333;
font-family: Arial, Helvetica, sans-serif;
align: center;
}
Where body is the body and #main wraps ALL other content and code.
any ideas?
Thanks,
Clint