<!--Force IE6 into quirks mode with this comment tag-->
#background{position:absolute; z-index:1; width:100%; height:15%;}
a:link {
color: #99ab8a;
}
a:visited {
color: #ffffff;
background-color: #ac8b99;
}
a:hover {
color: #ad869a;
background-color: #97af87;
text-decoration: none;
}
a:active {
color: #393a33;
}
body{
scrollbar-face-color:#3a3c34;
scrollbar-shadow-color:#121c1d;
scrollbar-arrow-color:#9abb88;
scrollbar-highlight-color:#1f1513;
scrollbar-track-color:#eefefe;
scrollbar-3dlight-color:#161422;
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%;
max-height: 100%;
}
#bay-areaframecontentLeft, #bay-areaframecontentRight{
position: absolute;
top: 0;
left: 0;
width: 200px; /*Width of left frame div*/
height: 100%;
overflow: hidden;
background-color: navy;
color: #ddeef8;
}
#bay-areaframecontentRight{
left: auto;
right: 0;
width: 150px;
overflow: hidden;
background-color: navy;
color: #dfedf9;
}
#bay-areaframecontentTop{
position: absolute;
top: 0;
left: 200px;
right: 150px;
width: auto;
height: 120px; /*Height of top frame div*/
overflow: hidden;
background-color: navy;
color: #deefff;
}
#maincontent{
position: fixed;
color: #322b33;
top: 120px;
left: 200px;
right: 150px;
bottom: 0;
overflow: auto;
background: #ddeefe;
}
.innertube{
margin: 15px;
}
* html
body{
/*IE6 hack*/
padding: 120px 150px 0 200px;
}
* html #maincontent{ /*IE6 hack*/
height: 100%;
width: 100%;
}
* html #bay-areaframecontentTop{ /*IE6 hack*/
width: 100%;
}
