body{
  margin:0;
  padding:100px;
  background-color: #f4f4f4;
 }
 div#header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height: 10px;
  background: #000000; 
  background-position: top right;
 }
 div#footer{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:50px;
  background: #000000 url(copyright.jpg) no-repeat; 
  background-position: bottom left;
 }
 @media screen{
  body>div#header{
   position:fixed;
  }
  body>div#footer{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 }
 * html div#content{
  height:100px;
  overflow:auto;
  background-color: #eee;
 }
 
 body { background: #000000 url(bgtext.jpg) no-repeat; }
A:link {
	COLOR: #424242; TEXT-DECORATION: none
}
A:visited {
	COLOR: #424242; TEXT-DECORATION: none
}
A:hover {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A:active {
	COLOR: #424242; TEXT-DECORATION: none
}
#current {
	COLOR: #AAA6A6; TEXT-DECORATION: none; font-weight: bold;
}
td {   font: normal 80% arial, verdana, Times, serif; color: #424242; }
