body {
    padding-top: 0;
    padding-bottom: 20px;
}
#header {
    text-align: center;
    padding-bottom: 15px;
    background: url(../img/tile_24.png) repeat;
}
.jumbotron.topbar{
    padding: 30px 0;
}
.jumbotron {
    background: #007CB7;
    color: #eee;
}
.jumbotron h1 {
    font-size: 30px;
}
.highlight {
    white-space: nowrap;
    font-weight: bold;
    color: #007CB7;
}
ul.highlight {
    padding-left: 15px;
}
.home-block {
    min-height: 225px;
}
.align-bottom {
    position: absolute; 
    bottom:0;
}