<!--Force IE6 into quirks mode with this comment tag-->
#background{position:absolute; z-index:1; width:100%; height:15%;}
a:link {
color: #8ad5bd;
}
a:visited {
color: #f9fefe;
background-color: #d6bf8b;
}
a:hover {
color: #d7998c;
background-color: #8dd898;
text-decoration: none;
}
a:active {
color: #0a0b04;
}
body{
scrollbar-face-color:#0b0c05;
scrollbar-darkshadow-color:#2a2b2b;
scrollbar-arrow-color:#8fd997;
scrollbar-shadow-color:#2c2c2d;
scrollbar-track-color:#fffdf6;
scrollbar-highlight-color:#2f0a2d;
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%;
max-height: 100%;
}
#berkeleyframecontentLeft, #berkeleyframecontentTop{
position: absolute;
top: 0;
left: 0;
width: 200px; /*Width of left frame div*/
height: 100%;
overflow: hidden;
background-color: navy;
color: #efe9ee;
}
#berkeleyframecontentTop{
left: 200px;
right: 0;
width: auto;
height: 120px; /*Height of top frame div*/
overflow: hidden;
background-color: navy;
color: #efefe6;
}
#maincontent{
position: fixed;
color: #312a32;left: 200px;
top: 120px;
right: 0;
bottom: 0;
overflow: auto;
background: #ffeede;
}
.innertube{
margin: 15px;
}
* html
body{
/*IE6 hack*/
padding: 120px 0 0 200px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}
* html #maincontent{ /*IE6 hack*/
height: 100%;
width: 100%;
}
* html #berkeleyframecontentTop{ /*IE6 hack*/
width: 100%;
}
