Whats the deal with IE and max-width?

Greetings good people,

Why oh why does it not like max-width?
It pretends like its not there and rearranges my content divs when I stretch the browser window really wide.


body, html
{
    padding: 0px;
    margin: 0px;
    background: #ffffff url(images/bg.jpg) repeat-x top;
    width: 100%;
    height: 100%;
    font-family: sans-serif;
    font-size: 12px;
    color: #666666;
}

#container
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    min-width: 760px;
    max-width: 1100px;
    background-color: #ffffff;
}

#content
{
    position: relative;
    float: right;
    width: 520px;
}