arrr2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<style type="text/css">
.zoomoutmenu
{
background-color: Blue;
height: 258px;
width:auto;
}
.panels
{
background-color: yellow;
float: left;
height: 100%;
width: 56%;
}
.panels2
{
background-color: red;
float:right;
min-width: 44%;
height: 100%;
}
</style>

</head>
<body style="margin-top: 0px;">
<div class="zoomoutmenu">
<div class="panels">
</div>
<div class="panels2">
</div>
</div>
</body>
</html>