div > p { margin-top: 0; } </style> </head> <body> <div id="top"> <h1> This is the header area of the three column plus header layout </h1> </div> <div id="left"> <p> This is a test. This is a test. </p> </div> <div id="center"> <p> This is a test. This is a test. </p> </div> <div id="right"> <p> This is a test. This is a test. </p> </div> </body> </html>