#outer{
    position:relative;
    width:1000px;
    
}
#inner{
    position:absolute;
    left:10;
    top:0;
    height:50%;
    width:500px;
   
}
#inner2{
    position:absolute;
    right:-120px;
    top:0;
    height:50%;
    width:500px;
  
}
 
 
