Tip #1: Borders
Set a border for the CSS box. This allows you to see the box, the location of the box to other boxes and the location of elements in the box with respect to the box boundaries.
.Header
{
border: solid 1px;
}
When you're done debugging set the border width to 0px.