.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 30px;
    line-height: 30px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

.page-header {
    padding-bottom: 9px;
    margin:0 0 10px;
    border-bottom: 1px solid #eee;
}
