Hola
Aquí te dejo un ejemplo con el código mínimo necesario, juega con el y combínalo con tus códigos para que veas el funcionamiento de cada elemento:
Código HTML:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es">
<head>
<style type="text/css">
* {border: 0; margin: 0; padding: 0;}
html,body { width: 100%; height: 100%; background-color: #fff; }
#Base { width: 100%; height: 100%; background-color: #ccc;}
</style>
<title>Pruebilla</title>
</head>
<body>
<div id="Base">
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</div>
</body>
</html>
Felicidad