body {
  margin:0;
  border:0;
  padding:0;
  height:100%; 
  max-height:100%; 
  background:#fff;
  overflow: hidden;
  background-attachment: fixed;
  background-image: url(../library/Image/background.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

/* for internet explorer */
* html body {
  padding:0 0 120px 0; 
  }

#container {
  position:fixed; 
  top:0;
  left:0;
  bottom:120px; 
  right:0; 
  overflow:auto; 
  background:#fff;
  padding:10px;
  }

* html #container {
  height:100%; 
  width:100%; 
  }
  
body, td, th {
  font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
  font-size:13px;
  color: #000;
}

#foot {
  position:absolute; 
  bottom:0; 
  left:0;
  width:100%; 
  height:119px; 
  overflow:auto; 
  text-align:center; 
  border-top:1px solid #000;
  }
* html #foot {height:120px;}

.tablefoot td, .tablefoot th {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
hr {clear:both; border:0; height:1px; color:#888; background-color:#888;}