Hola recien he tenido tiempo de comprobarlo y parece funcionar perfecto, no lo probe en IE porque estoy en linux en este momento pero deberia funcionar perfectamente, aca un ejemplo de lo que pedis:
Código HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html >
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<title>liquid test</title>
<style type="text/css" media="screen">
#liquid{clear: both; height: 500px; background-color: #666; margin: 130px 16px 16px 16px;}
</style>
</head>
<body>
<div id="liquid"></div>
</body>
</html>
Espero que te sirva :)