When I put unordered list
http://jsfiddle.net/fL
The ul element has margin-top by default from browser. To remove that, add the style
ul { margin-top: 0; }