@font-face {
    font-family: "GOST type B Standard"; /* Гарнитура шрифта */
    src: url(/cassette.axd/file/Content/fonts/GOST000-62bf39146394eed3d2de424d6d83b3a26b2a7b1c.ttf); /* Путь к файлу со шрифтом */
   }

#site_block {
}

#main {
    background-image: url(/cassette.axd/file/Images/pattern_common-cd0f859450f28d151544bbb34bdaf4cbaa13b614.png);
    background-color: #FFE888;
    background-position-x: left;
    background-position-y: top;
    text-align: center;
}

#progress_indicator{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000000;
}

#content_block {
    background-color: #FFE888;
    display: inline-block;
    margin: 20px 0px;
    padding: 20px 40px;
    max-width: 600px;
    text-align: left;
    border-radius: 30px;
    border-color: #FFF8a8;
    border-style: solid;
    border-width: 1px;
}

#content_block a {
    font-weight: bold;
}

@media screen and (max-width:850px)  {
    #content_block
    {
        padding: 20px 20px;
    }
}

