body {
   background: #FBF0E0 url('http://comicster.net/images/backgnd.png') no-repeat fixed left top;
}

a {
   color: #B22222;
   text-decoration: none;
}

a:hover {
   color: red;
   text-decoration: underline;
}

div#superheader {
   background: antiquewhite url('http://comicster.net/images/menu.png') repeat-x fixed left top;
   border-bottom: 1px solid burlywood;
}

div#superheader ul {
   margin: 0;
   padding: 0;
}


div#superheader a {
   color: firebrick;
   text-decoration: none;
}

div#superheader a:hover {
   color: red;
   text-decoration: underline;
}

div.admin-functions {
  background-color: burlywood;
}