you can to this
* {border:1px solid red;}/* will make all div, p,h1,h2... with red borders*/
You will see what div is making problems, than all you need to do is to set the margin and the padding
Of course you will have to change from * {border:1px solid red;} in .whatever {border:1px...