I have a div wrapped around two children, one floated left and the other right. I want to put a border and background around the children, but the div has 0 height since it
Try adding overflow: hidden to your #wrap div.
overflow: hidden
#wrap
div