@import url(home.css);

#home_image_box {
        background-image: url(sahlisoft_box.png);
        background-position: top center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 220px;
        padding-top: 0px;
        padding-right: 0px;
        height: 170px;
}

#home_image_word {
        background-image: url(sahlisoft_word.png);
        background-position: center right;
        background-repeat: no-repeat;
        position: absolute;
        margin: 0px;
        padding: 0px;
        top: 0px;
        width: 100%;
        right: 220px;
        height: 86px;
}

#home_image_ad {
        position: absolute;
        margin-top: 10px;
        padding: 0px;
        top: 0px;
        right: 320px;
        height: 70px;
        width: 440px;
/*        border-style: solid;
        border-width: 1px;
        border-color: Silver;*/
}

#home_image_line {
        background-image: url(sahlisoft_line.png);
        background-position: top right;
        background-repeat: repeat-x;
        position: absolute;
        width: 100%;
        top: 90px;
        right: 220px;
        height: 4px;
}