.label-thriller, .badge-thriller {
    background-color: #A271B0;
}

.label-shy, .badge-shy {
    background-color: #86AAE3;
}

.label-stoned, .badge-stoned {
    background-color: #A3B3A2;
}

.label-crap, .badge-crap {
    background-color: #9C692F;
}

.label-uninteresting, .badge-uninteresting {
    background-color: #CCCA37;
}

.label-anxious, .badge-anxious {
    background-color: #F25E5E;
}

html, body {
  height: 100%;
}

#wrap {
  min-height: 100%;
  width:100%;
}

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

footer {
  position: relative;
  margin-top: -130px; /* negative value of footer height */
  /*height: 30px;*/
  clear:both;
  
  border-top:1px solid #ccc;
} 

footer .container {
    text-align: center;
    color: #d8d9db;
    font-size: 12px;
}

/* IE 6 */
* html footer {
    position:absolute;
    top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}

