se ho capito quello che vuoi fare, dovresti mettere una cosa così
#parent {background-color: Red; }
#child1 {background-color: Green; float: left; }
#child2 {background-color: Blue; float: right; }
#nephew1 {background-color: Yellow;}
#nephew2 {background-color: Magenta;}