@import url(/term-colors.css); @media screen { * { margin: 0; padding: 0; } html, body, #Container { height: 99%; } html, body { border:0; overflow:visible; } div#top { position: absolute; top: 0; left: 0; z-index: 1; height: 15%; width: 100%; background-color: #fff9e6; background-image: url('/images/display-bg.png'); background-repeat: repeat-x; /* border-bottom: 1px solid #790202; */ font-family: Arial, Sans-serif; } div#top a, div#top a:visited { color: #790202; display: block; text-decoration: none; border-bottom: 1px dotted #790202; } div#top a#logo { display: block; position: absolute; left: 10px; bottom: 5px; width: 418px; height: 52px; background-image: url('/compare/images/logo_small.png'); background-repeat: no-repeat; border-bottom: none; } a#logo h1 { font-size: 1.5em; display: none; } div#stems { position: absolute; bottom: 20px; left: 425px; width: 457px; text-align: center; font-size: 0.8em; padding: 2px; } span.legend { color: #790202; } a#closeframe { position: absolute; bottom: 12px; right: 5px; font-size: 0.74em; } a#toggle { position: absolute; bottom: 37px; right: 5px; font-size: 0.74em; } #result { width: 100%; height: 85%; position: absolute; bottom: 0; left: 0; z-index: 2; border: none; border-top: 1px solid #790202; } }