div.base {
    clear: both;
    background-color: #a51113;
    margin: 20px -10px 0px -10px;
    padding: 46px;
    height: 18px;
    color: #FFFFFF;
    cursor: pointer;    
    background-image: url("/images/base.jpg");
    background-position: center center;
    background-repeat: no-repeat;
}

div.base div.title {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

div.base div.title span {
    background-color: #FFFFFF;
    color: #a51113;
    border-radius: 20px;
    padding: 10px;
}

div.base div.title span:hover {
    box-shadow: 0px 0px 5px #FFFFFF;
}

div.articles {
    position: relative;
    display: block;
    float: left;
    width: 450px;
}

div.articles p.article {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 150px;
    padding-left: 160px;
    min-height: 100px;
    cursor: pointer;
}

div.opinions {
    position: relative;
    display: block;
    float: right;
    width: 450px;
}

div.opinions p.opinion {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100px;
    padding-left: 110px;
    min-height: 100px;
    cursor: pointer;
}

div.news {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 160px;
    min-height: 100px;
    cursor: pointer;
    width: 290px;
    float: left;
}

div.news span.date {
    color: #777777;
}