﻿body {}
#div_1 {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1366px;
    height: 120px;
    background-color: grey;
    color:black;
    text-align: center;
}

    #div_2
{
    position: absolute;
    left: 0px;
    top: 130px;
    width: 300px;
    height: 900px;
    background-color:red;
    color: black;
}



    #div_3 
{
    position: absolute;
    left: 300px;
    top: 130px;
    width: 766px;
    height: 900px;
    background-color:lightgrey;
    color: black;
}

#div_4 
{
    position: absolute;
    left: 1065px;
    top: 130px;
    width: 300px;
    height: 900px;
    background-color: red;
    color: black;
}
