body {
    background-color: white;
    background-image: url('ramka.gif');
    background-position: left top;
    background-repeat: repeat-y;
    background-attachment: fixed;
}

h4 {
    text-align: center;
    font-weight: bold;
}

#col1 h4, #col2 h4 {
    font-style: italic;
}

#col1, #col2 {
    position: absolute;
    top: 100px;
    height: 120%;
    border: 4px double red;
    padding: 10px;
    overflow: auto;
    background-image: url('bg_menu.gif');
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-color: #e6e6e6;
}

#col1 p, #col2 p {
    text-indent: 15px;
}

#col1 {
    width: 600px;
    left: 100px;
    background-position: center;
}

#col2 {
    width: 400px;
    left: 748px;
    background-position: top;
}