div{
float:left;
}

.header{
height:100px;
width:100%;
background-color:#f5f3f4;

}

.content1{
height:400px;
width:50%;
background-color:#fcd5ce;
}

.content2{
height:400px;
width:50%;
background-color:#ffa6c1;
}

.link{
height:50px;
width:100%;
background-color:#d8bbff;
}

.footer{
height:100px;
width:100%;
background-color:#e2afff;

}

img{
height:350px;
width:250px;
}