<!--Force IE6 into quirks mode with this comment tag-->
#background{position:absolute; z-index:1; width:100%; height:15%;}
a:link {
color: #7ba888;
}
a:visited {
color: #efddef;
background-color: #a98776;
}
a:hover {
color: #aa8a77;
background-color: #78ab8a;
text-decoration: none;
}
a:active {
color: #25261f;
}
body{
scrollbar-face-color:#262722;
scrollbar-highlight-color:#0f2228;
scrollbar-arrow-color:#79ac8b;
scrollbar-3dlight-color:#212911;
scrollbar-track-color:#dfdfee;
scrollbar-darkshadow-color:#112a12;
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%;
max-height: 100%;
}
#san-joseframecontent{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 130px; /*Height of frame div*/
overflow: hidden;
background: ##000066;
color: #fff6dd;
}
#maincontent{
position: fixed;
color: #2b252c;
top: 0;
left: 0;
right: 0;
bottom: 130px;
overflow: auto;
background: #fef7df;
}
.innertube{
margin: 15px;
}
* html
body{
/*IE6 hack*/
padding: 0 0 130px 0;
}
* html #maincontent{ /*IE6 hack*/
height: 100%;
width: 100%;
}

