body {
  color: #333;
  font: 12px/1.5 'segoe ui', 'lucida sans unicode', 'lucida grande', lucida, sans-serif;
  }

.mainMenu {
  position: relative;
  width: 100%;
  min-width: 1300px;
  height: 30px;
  padding: 5px 5px 32px 5px;
  border-bottom: 2px solid black;
  margin: auto;
}



/* @group menu */

.mainMenu a count {
  color: yellow;
}
.mainMenu a.icon {
  width: 30px;
  opacity: 1;
   background: inherit;
}

.mainMenu a.large {
  width: 100px;
  }
.mainMenu a {
  width: 100px;
 }
.mainMenu a.small {
  width: 60px;
 }
.mainMenu a {
  float: left;
  padding: 1px;
  position: relative;
  display: block;
  margin: 1px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  background: #2b73a1;
  color: white;
  border: greenyellow solid 0.0px;
  border-radius: 10px;
}
.mainMenu a span {
  display: none;
  position: absolute; top: 5px; left: 8px;
  width: 8px; height: 8px;
  background: white;
  }
.mainMenu a.sel {
  background: silver;
  color: black;
  }
.mainMenu a:hover {
  background: #333;
  color: #eef69b;
  }

.settings {
    position: relative;
    float: right;
}
  
/* @end */


#footer {
    padding: 5px 0;
    text-align: center;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    width: 1400px;
    height: 30px;
    bottom: 0;
    position: absolute;
 }
 
#footer a {
    padding: 3px 5px;
 }
#footer a {
  color: '#000';
  background: transparent;
}
#footer a:hover {
  color: '#000';
  background: '#000';
}
