@charset "utf-8";
/* CSS Document */


body{
margin: 0;
text-align: center;
}


div#main_container{
margin: 0 auto 0 auto;
width: 750px;
text-align: left;
}

div#box1{
width: 50%;
height: 300px;
background: #FF0000 url(kunstenmakers_rood.jpg) no-repeat 0 0;
Float:left;
}

div#box2{
width: 50%;
height: 300px;
background: #FF0000;
float:left;
text-align:center;

}

div#box3{
background-color:#CCCCCC;
width: 100%;
height: 22px;
float:left;
text-align:center;
}

div#box4{
background-color: red;
float: left;
width: 100px;
height: 2350px;
}

div#box5{
float: left;
background: #D3E6CF url(kunstenmakers_rood_achtergrond.jpg) repeat 0 0;
width: 550px;
height: 2350px;
text-aline: center;
padding-left: 5px;
padding-right: 5px;
overflow-y: auto;

} 

div#box6{
background-color: red;
float: left;
width: 90px;
height: 2350px;
} 

div#box7{
background-color:#CCCCCC;
width: 100%;
height: 19px;
float:left;
text-align:center;

}