.alignBTM{
    position: absolute;
    bottom: 0;
    height: 250px;
    max-width: 1200px;
    width:100%;
    margin: 0 auto;
}
#news_blk{
    position: absolute;
    bottom: 40px;
    z-index: 100;
    right: 20px;

}

#news_blk .newbox{
    display: block;

    width:220px;

    height: 170px;
    float: left;
    margin: 10px;
    padding: 10px;
    overflow: hidden;
    border: 2px solid #4a3f38;
}
#news_blk .newbox h2{
    font-size: 15px;
    padding-bottom: 5px;
}

.newbox.first{
    background: url("/_images/home/newsbox_bg_1.jpg");

}
.newbox.second{
    background: url("/_images/home/newsbox_bg_2.jpg");

}