@charset "utf-8";
/* CSS Document */

div.footer {
  margin: 0;
  font-size: 80% /*smaller*/;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  position: fixed;
  z-index: 2;
  top: auto;
  bottom:0em;
  left: 0em;
  width: 100%;
  right: auto;
  height:39px;
  background-color:#000;
}

div.header {
  margin: 0;
  font-weight: bold;
  position: fixed;
  top: 0em;
  left: 0em;
  right: auto;	
  width: 100%;
  height: 49px;
  background:url(../site_flat6/img/menuBG.png) repeat-x bottom;
}
