On Wednesday, May 23, 2012 5:43 PM (UTC+12) Subject: [FreeHelp] Style Sheet (CSS) question? Roger wrote:- > > My question is: What is causing the white space above the top navigation > bar and below the banner; also, grey space below the banner and above the > white space above the top navigation bar? > ------------------------ Roger In the <div id="topNavigation">, remove the <center></center> tags from around the <form> tag and add to your styles - #topNavigation form { text-align:center; } Pat has suggested that rather than using the <form> you use an unordered list, but in the meantime the above will do. Also make the following changes to your styles - #banner { height: 112px; } #outerWrapper #topNavigation { margin-top:-2px; } I think I have covered everything, though I did notice the odd "?" in front of some of your divs. Perhaps you added those for checking purposes? Barry