.first_level    {
    border-bottom: solid 1px gray !important
}

.wallpaper {
    margin-top: 10px;
}

.wallpaper div{
    float: left;
    padding-left: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.wallpaper div a{
    text-align: center;
    z-index: 10;
    display: block;
}

.wallpaper .separator{
    position: relative;
    width: 100%;
    height: 240px;
    margin-top: -100px;
    margin-bottom: -120px;
    z-index: 0;
}

.wallpaper .separator .separator-left{
    position: absolute;
    top: 110px;
    left: 30px;
    height: 118px;
    background: url(../../images/wallpaper_separator_left.png) no-repeat transparent;
}
.wallpaper .separator:last-of-type .separator-left {
    display: none;
}
.wallpaper .separator .separator-middle{
    top: 65px;
    padding-left: 14px;
}
.wallpaper .separator .separator-middle>hr{
    border: none;
    height: 1px;
    background: #A2A4A3;
    margin-right: 30px;
}
.wallpaper .separator .separator-right{
    position: absolute;
    bottom: 130px;
    right: 16px;
    height: 118px;
    background: url(../../images/wallpaper_separator_right.png) no-repeat transparent;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
}