#title {
    background-color: pink;
    height: 50px;
    width: 25%;
}

#navi {
    margin: 70px;
    background-color: lime;
    height: 40px;
    width: 15%;
}

#foot {
    background-color: lightblue;
    height: 50px;
    width: 50%;

}

#page1 {
    background-color: #ffcccc;
    width: 10%;
}

#page2 {
    background-color: #ccffff;
    width: 10%;
}
