body
    {
    margin: 0;
    padding: 2em 0 2em 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background:#000;
    }
a,
a:link,
a:visited,
a:hover,
a:active {
	color: #003399;
	text-decoration: none;
}
  div#header
  {
  overflow: hidden;
  width: 100%;
  height: 31px;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  background: #000;
  } 
 div#footer
    {
    overflow: hidden;
    width: 100%;
    height: 31px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #000;
    background:#000;
    }
  div#content
    {
	background:#000;
	padding: 1em;
    }

@media screen
  {
  body>div#footer
    {
    position: fixed;
    }
   body>div#header
    {
    position: fixed;
    }
  }


