body{
    margin: 0px;
    padding: 0px;
    background-image: url(../img/back.jpg);
    background-repeat: repeat-x;
    background-color: #C2C9CF;
    font-family: Arial;
}

.clear{
    clear: both;
}

#container{
    width: 756px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    margin-top: 60px;
    padding-top: 60px;
    position: relative;
}

#logo-siodemka{
    position: absolute;
    left: 10px;
    top: -60px;
}

#logo-ramzes {
    position: absolute;
    right: 11px;
    top: 12px;
}

#logo-auratech {
    position: absolute;
    right: 15px;
    top: 9px;
}

#baner2{
    margin-top: 10px;
    position: relative;
    margin-bottom: 10px;
}

#baner2-sign{
    position: absolute;
    right: -11px;
    top: -11px;
}

.section{
    background-color: #EAEAEA;
    padding: 10px;
    margin-bottom: 10px;
}

.section-image{
    width: 100px;
    float: left;
}

.section-text{
    float: left;
    width: 625px;
    font-size: 11px;
    text-align: justify;
}

.section-text h2{
    font-size: 17px;
    margin: 0px;
    padding: 0px;
    font-style: italic;
    margin-bottom: 10px;
}

.section-text p{
    margin: 0px;
    padding: 0px;
}

.section-text ul{
    padding-left: 10px;
}

.section-text ol{
    padding-left: 15px;
    font-weight: bold;
}

.section-text ol li span{
    font-weight: normal;
}

#img-1{
    margin-top: 7px;
    margin-left: -3px;
}

#img-2{
    margin-top: 50px;
    margin-left: -3px;
}

#img-3{
    margin-top: 60px;
}

#img-4{
    margin-top: 90px;
    margin-left: -7px;
}

p.red{
    color: red;
}