Probier mal das einfache Beispiel:
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<title>Titel</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body style="margin:0;padding:0;">
<div style="border:5px solid red;background:#EFE;height:200px;">Div1</div>
<div style="border:20px solid blue;background:#FFC;height:200px;">Div2</div>
</body>
</html>
Hier hast du 2 divs untereinander, die die ganze breite einnehmen.