#Container {
  position:relative;
}

#enbas {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  z-index: 100;
  color: #cccccc;
  text-align: center;
  display: inline;
  border-bottom : 0px solid #80A5E7;
  font-size: 80%;
}

#enbas a{
  color: #cccccc;
  text-decoration: none;
}

#enbas a:hover {
  text-decoration: underline;
}

