<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Lakeland Bank - MOBILE BANKING</title> <link href="fonts/stylesheet.css" rel="stylesheet" type="text/css" media="screen" /> <link href="styles.css" rel="stylesheet" type="text/css" media="screen" /> </head> <body> <div class="promoContainer"> <div class="headerWrapper"> <div class="headerTxt">MOBILE BANKING</div> </div> <div class="content"> <img src="images/mobileapp.png" alt="Lakeland Bank Mobile-Web Application" width="640" height="820" /> <div class="hovertext"> <div class="contentTitle">Simplified banking...<br /> anytime, anywhere.</div> <div class="contentsubTitle">Lakeland Bank provides solutions to help simplify<br /> your financial life:</div> <div class="contentBody"> <ul> <li>Check account balances</li> <li>View recent transactions</li> <li>Transfer funds between accounts</li> <li>Find local offices and ATMs</li> </ul> </div>
</div> <img src="images/FooterBG.gif" alt="Lakeland Bank - We're Simplifying Banking. With offices located throughout Bergen, Essex, Morris, Passaic, Sussex and Warren Counties. Member FDIC. Equal Housing Lender." width="639" height="169" /> </div>
</div> </body> </html>
css
body { text-align:center; } .content { position: relative;
you're hovertext div that is 'hiding' up out of site is positioned relatively - that reserves its normal space in the document layout. Change to absolute positioning.
css
all the white space i don't need why is there white space?