#status {
    color: #fff;
    padding: 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.online {
    background-color: #66CC00;
}

.offline {
    background-color: red;
}
.thumb {
    height: 150px;
    border: 1px solid #000;
    margin: 10px 5px 0 0;
  }

.footer-wrapper {

position: absolute;
bottom: 0px;
width: 99%;
}

.push{
    height:50px;
}
.hp-field {
    position: absolute;
    left: -9999px;
    top: -9999px;
    height: 0;
    width: 0;
    overflow: hidden;
}
h1{
    font-size: 25px;
    font-weight:normal;
}