body {
margin: 0;
padding: 0;
overflow: hidden;
height: 100%;
max-height: 100%;
}
#framecontentLeft {
position: absolute;
top: 120px;
left: 0;
height: 100%;
right: 0;
width: 150px;
overflow: hidden;
color: #006600;
}
#framecontentRight {
right: 0;
width: 150px;
overflow: hidden;
color: #006600;
}
#framecontentTop {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 120px;
overflow: hidden;
color: #006600;
}
#maincontent {
border: medium solid #006600;
background-image: none;
background-attachment: scroll;
position: fixed;
top: 120px;
left: 200px;
right: 150px;
bottom: 0;
overflow: auto;
color: #006600;
}
.innertube {
margin: 15px;
}
* html body {
padding: 120px 150px 0 200px;
}
* html #maincontent {
height: 100%;
width: 100%;
color: #006600;
}
* html #framecontentTop {
background-color: #006600;
height: 100%;
width: 100%;
}
