<!--Force IE6 into quirks mode with this comment tag-->
#background{position:absolute; z-index:1; width:100%; height:15%;}
a:link {
color: #aabb88;
}
a:visited {
color: #eff6ee;
background-color: #ba89a9;
}
a:hover {
color: #bb8aaa;
background-color: #a7bc8b;
text-decoration: none;
}
a:active {
color: #15160f;
}
body{
scrollbar-face-color:#161711;
scrollbar-darkshadow-color:#2a1b2b;
scrollbar-arrow-color:#aab48c;
scrollbar-shadow-color:#1c2c2d;
scrollbar-track-color:#eef7ef;
scrollbar-highlight-color:#2f1a1d;
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%;
max-height: 100%;
}
#pittsburgframecontentTop, #pittsburgframecontentBottom{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 130px; /*Height of top frame div*/
overflow: hidden;
background-color: navy;
color: #feefd7;
}
#pittsburgframecontentBottom{
top: auto;
bottom: 0;
height: 110px;
overflow: hidden;
background-color: navy;
color: #fdefd8;
}
#maincontent{
position: fixed;
color: #443d45;
top: 130px; left: 0;
right: 0;
bottom: 110px;
overflow: auto;
background: #ffffd9;
}
.innertube{
margin: 15px;
}
* html
body{
/*IE6 hack*/
padding: 130px 0 110px 0; /*Set value to (HeightOfTopFrameDiv 0 HeightOfBottomFrameDiv 0)*/
}
* html #maincontent{ /*IE6 hack*/
height: 100%;
width: 100%;
}
