html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 20px;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 50px;
    background-image: url('/fancyindex/img/bg_pattern.png');
    background-repeat: repeat;
}
body> .container {
    padding: 20px 15px 0;
}
.container .text-muted {
    margin: 20px 0;
    text-align: center;
}