/* CSS Document */
 body{
  margin:0;
  padding:31px 0 232px 0;
  background-color:#000000;
  background-image:url(images/main.jpg); background-position:center; background-repeat:repeat-y;
  scrollbar-base-color:#336560;
 }

a { font-weight:bold; color:#336560; text-decoration:none;}
td {font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;}

img {border-color:#336560;}

 div#header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:32px;
 }
 div#footer{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:232px;
 }
 #container {923px}
 
 @media screen{
  body>div#header{
   position:fixed;
  }
  body>div#footer{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow: scroll;
  overflow-x:hidden;
 }
