html,body {
	height: 100%;
}
Body {
    font-family: New York, Times New Roman, Times, serif;
    Font-style : normal;
    Font-variant : normal;
    Font-weight : normal;
    Font-size : 14px;
    Color : white;
    Background-color : #000000;
    Word-spacing : normal;
    Letter-spacing : normal;
    Text-decoration : none;
    margin-top: auto; 
    margin-right: auto; 
    margin-bottom: auto; 
    margin-left: auto; 
    padding:60px 0 10px 0;
}
A {
    Color : #960;
    text-decoration: none;
}
A:visited {
    Color : #960;
    text-decoration: none;
}
A:hover {
    Color : #FFF;
    text-decoration: underline;
}
td {
Font-size : 14px;
}
div#header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:50px;
  background:#960;
  Font-weight : bold;
  Font-size : 11px;
  color : white;
}
div#header2{
Font-weight : bold;
  align : center;
  Font-size : 11px;
  color : white;
}
div#header2 A {
    
    Color : #fff;
    text-decoration: none;
}
div#header2 A:hover {
    
    Color : #fff;
    text-decoration: none;
    background-color: #000;
}
 div#footer{
  //position:absolute;
  //bottom:0;
  //left:0;
  width:100%;
  height:30px;
  background:#960;
  Font-weight : bold;
  align : center;
  Font-size : 9px;
  color : white;
}
@media screen{
  body>div#header{
   position:fixed;
  }
  //body>div#footer{
  // position:fixed;
  //}
 }
 * html body{
  horizontal-overflow:hidden;
 } 
 * html div#content{
  height:100%;
  vertical-align: middle;
  overflow:auto;
 }