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
Try margin -10px:
body { margin-top:-10px; }