I have the following CSS. This works fine but not in IE and Opera.
#content
{
position: absolute;
left: 0;
right: 0;
min-width: 750px;
max-width: 1100px;
min-height: 700px;
margin-left: auto;
margin-right: auto;
background-color: #FFF;
top: 150px;
}