/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* jagged.css
 *
 * copyright (c) 2000-2010 drow <drow@bin.sh>
 * all rights reserved.
*/

@import url('abyssal.css');

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* structure */

div#body { padding-top: 130px; }
div#header { position: absolute; top: 5px; left: 5px;
  width: 600px; height: 600px;
  background: url('jagged-8.png') no-repeat top left; }
div#header h1 { display: none; }
div.content { padding-left: 200px; padding-right: 10%; }
div.banner { margin: 0.5em 0px; padding: 3px; background: #000000;
  border-top: 1px solid; border-bottom: 1px solid; border-color: #404040; }

p#clock { position: absolute; top: 1ex; right: 2em;
  margin: 0px; padding: 0px; text-align: right; }
p.text_menu { margin: 0.5em 0px; padding: 3px; background: #202020;
  border-top: 1px solid; border-bottom: 1px solid; border-color: #404040; }

/* loft anchors */
a { position: relative; z-index: 42; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


