<!--Force IE6 into quirks mode with this comment tag-->
#background{position:absolute; z-index:1; width:100%; height:15%;}
a:link {
color: #88d799;
}
a:visited {
color: #f7e9fd;
background-color: #d89889;
}
a:hover {
color: #d9978a;
background-color: #87da9a;
text-decoration: none;
}
a:active {
color: #585952;
}
body{
scrollbar-face-color:#595a53;
scrollbar-darkshadow-color:#041205;
scrollbar-arrow-color:#8adb9a;
scrollbar-shadow-color:#130607;
scrollbar-track-color:#f8efff;
scrollbar-highlight-color:#082d14;
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%;
max-height: 100%;
}
#menlo-parkframecontentLeft, #menlo-parkframecontentRight{
position: absolute;
top: 0;
left: 0;
width: 200px; /*Width of left frame div*/
height: 100%;
overflow: hidden;
background-color: navy;
color: #e7deff;
}
#menlo-parkframecontentRight{
left: auto;
right: 0;
width: 150px;
overflow: hidden;
background-color: navy;
color: #e8ddee;
}
#maincontent{
position: fixed;
color: #1a141b;
top: 0;
left: 200px;
right: 150px;
bottom: 0;
overflow: auto;
background: #e9dfef;
}
.innertube{
margin: 15px;
}
* html
body{
/*IE6 hack*/
padding: 0 150px 0 200px; /*Set value to (0 WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/
}
* html #maincontent{ /*IE6 hack*/
height: 100%;
width: 100%;
}
