<!--Force IE6 into quirks mode with this comment tag-->
#background{position:absolute; z-index:1; width:100%; height:15%;}
a:link {
color: #ab4aaa;
}
a:visited {
color: #ffffff;
background-color: #4baaa6;
}
a:hover {
color: #4caba7;
background-color: #a84da6;
text-decoration: none;
}
a:active {
color: #000159;
}
body{
scrollbar-face-color:#01025a;
scrollbar-shadow-color:#1f0001;
scrollbar-arrow-color:#a94fa7;
scrollbar-highlight-color:#021b22;
scrollbar-track-color:#fffefe;
scrollbar-3dlight-color:#1c2103;
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%;
max-height: 100%;
}
#millbraeframecontentLeft, #millbraeframecontentRight{
position: absolute;
top: 0;
left: 0;
width: 200px; /*Width of left frame div*/
height: 100%;
overflow: hidden;
background-color: navy;
color: #e9d8ef;
}
#millbraeframecontentRight{
left: auto;
right: 0;
width: 150px;
overflow: hidden;
background-color: navy;
color: #efd9ee;
}
#maincontent{
position: fixed;
color: #171118;
top: 0;
left: 200px;
right: 150px;
bottom: 0;
overflow: auto;
background: #eee7ed;
}
.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%;
}
