body{
    background-color: blue;
}
.kutu{
    width: 950px;
    height: 750px;
    background-color: red;
    
}
.baslik{
    width: 400px;
    height: 100px;
    background-color: yellow;
    text-align: center;
}
.menu{
    width: 550px;
    height: 100px;
    background-color: aqua;
    float: right;
    margin-top: -100px;
}
.orta{
    width: 950px;
    height: 550px;
    background-color: brown;
}
.galeri{
    width: 600px;
    height: 445px;
    background-color: white;
}
.icerik{
    width: 350px;
    height: 500px;
    float: right;
    background-color: brown;
    margin-top: -445px;
}
.footer{
    margin-bottom: 100%;
    height: 150px;
    width: 950px;
    background-color: white;
    text-align: center;
}
