Heres the fiddle
When I set #two to inline-block it subtracts the 16 px of top/bottom margin from the and adds it to the divs c
#two
Paragraphs have margins built in (in most browsers).
Try this:
p { margin: 0px; }