das glaub ich nicht tim, das body-element kann kleiner sein (schmäler oder niedriger) als das html-element
nachtrag. viel spass beim ausprobieren
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>foo</title>
<style type="text/css">
html {
background: red;
}
body {
background: blue;
width: 50%;
}
</style>
</head>
<body>
<p>foo</p>
</body>
</html>