* html #wrapper,
* html #footer {
	width: expression((documentElement.clientWidth||document.body.clientWidth)<1000?'100%':'');
}

.div_main_all
{
    overflow: hidden; 
    background-color: #f1f6e0;
    float: left;
    width: 100%;
}
* html body 
{
    background-color: #f1f6e0;
    height: 100%;
}

	