#container {
    background: transparent url('/static/downloads/images/content_bg.png') 0 0 no-repeat;
}
h1.title {
    display: none;
}
#content {
    padding-top: 100px;
    margin:0 10px 0 88px;
}
.download_block {
    float:left;
    margin-right:62px;
    padding:6px 7px 10px 8px;
}
.download_block.a {
    background: transparent url('/static/downloads/images/block_bg.png') 0 0 no-repeat;
}
.download_block.b {
    background: transparent url('/static/downloads/images/block_bg2.png') 0 0 no-repeat;
}
.download_block ul {
    list-style-type: none;
    padding: 0;
    margin:13px 0 0;
}
.download_block ul a {
    text-decoration: underline;
}
