Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin título</title>
<style type="text/css">
html, body{
height:100%;
}
#c1{
border:1px solid #000;
height:50px;
width:100%;
}
#c2{
height:100%;
width:100%;
border:1px solid #000;
border-top:none;
}
</style>
</head>
<body>
<div id="c1">aaa</div>
<div id="c2"></div>
</body>
</html>
con esto se consigue un poco lo que tu quieres, pero has de tener en cuenta u en firefox se desborda un poco.