<!--Force IE6 into quirks mode with this comment tag-->
#background{position:absolute; z-index:1; width:100%; height:15%;}
a:link {
color: #8ba69f;
}
a:visited {
color: #fddff8;
background-color: #a78886;
}
a:hover {
color: #a88887;
background-color: #88a987;
text-decoration: none;
}
a:active {
color: #373831;
}
body{
scrollbar-face-color:#383932;
scrollbar-shadow-color:#0b1314;
scrollbar-arrow-color:#89aa8a;
scrollbar-highlight-color:#15120c;
scrollbar-track-color:#fffff9;
scrollbar-3dlight-color:#130d16;
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%;
max-height: 100%;
}
#palo-altoframecontent{
position: absolute;
top: 0;
bottom: 0;
right: 0;
width: 200px;
height: 100%;
overflow: hidden;
background: ##0000CC;
color: #eeffff;
}
#maincontent{
position: fixed;
color: #045d05;
top: 0;
left: 0;
right: 200px;
bottom: 0;
overflow: auto;
background: #edfffe;
}
.innertube{
margin: 15px;
}
* html
body{
/*IE6 hack*/
padding: 0 200px 0 0;
}
* html #maincontent{ /*IE6 hack*/
height: 100%;
width: 100%;
}
