html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

header {
    background: #5ee;
}

#content {
    padding-bottom: 30px;
   /* Height of the footer element */;
}

footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    /*
    background: #ee5;
    height: 80px;
    */
}
