@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;
}

.nav { height:49px;}
.nav td {text-align:center;}
.nav a {color:#919191; font-weight:bold; text-decoration:none;}
.nav a:hover { text-decoration:underline;}

.nav .cont table{ width:1px; margin:auto;}
.nav .cont {vertical-align:middle; text-align:center; padding:14px 0;}