 


outer{
    position:relative;
    width:800px;
}

inner{
    position:absolute;
    left:0;
    top:0;
    height:600px;
    width:400px;
}

inner2{
    position:absolute;
    left:405px;
    top:0;
    height:600px;
    width:400px;
    
}
 
