#behind{
width:100px;
height:100px;
background:blue;
}
#container{
width:100px;
height:100px;
background:red;
}
#container div{
width:20px;
height:20px;
margin:2px;
}
<div id="behind">
<div id="container">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>