I have had this problem with every web page I have created. There is always a top margin above the \'main container\' div I use to place my content in the center of the pag
I had same problem. It was resolved by following css line;
h1{margin-top:0px}
My main div contained h1 tag in the beginning.
h1