<!--Force IE6 into quirks mode with this comment tag-->
#background{position:absolute; z-index:1; width:100%; height:15%;}
a:link {
color: #9ba59d;
}
a:visited {
color: #eefefe;
background-color: #a69f96;
}
a:hover {
color: #a78897;
background-color: #98a888;
text-decoration: none;
}
a:active {
color: #11120a;
}
body{
scrollbar-face-color:#12130b;
scrollbar-darkshadow-color:#040205;
scrollbar-arrow-color:#99a987;
scrollbar-shadow-color:#030607;
scrollbar-track-color:#effdfd;
scrollbar-highlight-color:#080d04;
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%;
max-height: 100%;
}
#silicon-valleyframecontentTop, #silicon-valleyframecontentBottom{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 130px; /*Height of top frame div*/
overflow: hidden;
background-color: navy;
color: #eee7ed;
}
#silicon-valleyframecontentBottom{
top: auto;
bottom: 0;
height: 110px;
overflow: hidden;
background-color: navy;
color: #ede8ef;
}
#maincontent{
position: fixed;
color: #070108;
top: 130px; left: 0;
right: 0;
bottom: 110px;
overflow: auto;
background: #efe9ee;
}
.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%;
}
