<style type="text/css">

html { height:100%;overflow: hidden; }
body { padding:0;margin:0;height:100%;height:auto !important;min-height:100%; }

.ii_LeftMenu {
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
 width: 120px;
 background: #fcfcfc;
 padding: 10px;
 border-right: 2px inset #bbb;
 text-align: center;
 overflow: auto;
}

.ii_Content {
 position: absolute;
 left: 140px;
 right: 0;
 top: 0;
 bottom: 0;
 padding: 10px;
 overflow: auto;
}

.MarginedButton {
 margin-top: 3px;
}
</style>

<div class="ii_LeftMenu">
%%Menu%%
</div>

<div class="ii_Content" id="Content">
%%Content%%
</div>