.main-right-block{
    position: relative;
    float: right;
    top: 0;
    right: 0px;
    width: 564px;
    background-color: #ffb400;

}

.right-block-top-bg{
    position: relative;
    float: right;
    top: 0;
    right: 0px;
    width: 564px;
    background: url(../images/right-block-top2.png) top left no-repeat;
}

.right-block-bottom-bg{
    position: relative;
    float: right;
    top: 0;
    right: 0px;
    width: 564px;
    background: url(../images/right-block-bottom.png) bottom left no-repeat;

    padding-bottom: 5px;
}