html,body{
    position: relative;
    height: 100%;
}
body{
    background: #eee url(/static/img/crossword.png);
}

.container {
    padding-top: 20px;
}