/**
author: raduga http://mambasana.ru
**/

#topmenu {
background              : #ffffff url(../images/tm_repeat.jpg) repeat-x top left;
}

#topcontainer {
position    : relative;
max-width   : 1000px;
width       : expression(document.body.clientWidth > 1000? "1000px": "auto" );
margin-left : auto;
margin-right: auto;
}

div#container {
text-align  : left;
position    : relative;
height      : 100%;
margin-left : auto;
margin-right: auto;
min-width   : 960px;
max-width   : 1300px;
width       : expression(document.body.clientWidth > 1300? "1300px": "auto" );
}