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
you may also check if:
{float: left;}
and
{clear: both;}
are used correctly in your css.