html, body {
  height: 100%;
  background-color: #222222;
}

#wrap {
  min-height: 100%;
}

#main {
  overflow:auto;
  padding-bottom:150px; /* this needs to be bigger than footer height*/
  background-color: #222222;
}

.footer {
  background-color: #222222;
  position: relative;
  margin-top: -70px; /* negative value of footer height */
  height: 20px;
  clear:both;
  padding-top:30px;
  color: #999999;
  font-size: 11px;
  text-align: right;
;
}

.logo {
    padding-bottom: 20px;
    padding-top: 20px;
}

.info_item {
    display:table;
    font-size: 16px;
    color: #FFCC33;
    background-image:url('../img/list-item.png');
    background-repeat:no-repeat;
    background-position:left;
    padding-left: 50px;
    height: 40px;
}

.no_image_item {
    display:table;
    font-size: 16px;
    color: #FFCC33;
    padding-left: 50px;
    height: 40px;
}

.text {
    vertical-align: middle;
    display: table-cell;
}

.navbar {
    font-size: 18px;
}

.navbar li {
    padding-left: 17px;
    padding-right: 17px;
}