#bigbox {
background-color: #9CB1D0;
color: black;
width:450px;
}

#box0 {
position: relative;
width: 240px;
height: 240px;
background-color: #DC1A02;
float: left;
}

#box1 {
display: none;
height: 240px;
width: 240px;
}

#box1 p {
font-size: 12px;
}

#box2 {
position: relative;
background-color: #808080;
}

#box4 {
position: relative;
background-color: #FFFFFF;
}