<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "
http://www.w3.org/TR/html4/strict.dtd"><html>
<head>
<title>spm/801092</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
html, body {
width:100%;
height:100%;
background:#ffe;
padding:0;
margin:0;
}
#header {
position:absolute;
width:100%;
height:70px;
background:#ade;
padding:0;
margin:0;
overflow:hidden;
}
#contents {
width:100%;
position:absolute;
top:70px;
bottom:70px;
background:#dea;
overflow:auto;
padding:0;
margin:0;
}
#footer {
position:absolute;
width:100%;
height:70px;
bottom:0%;
background:#ade;
padding:0;
margin:0;
}
</style>
</head>
<body>
<div id="header">
Header
</div>
<div id="contents">
<p>Fisrt contents field text</p>
<p>Contents field text</p>
<p>Contents field text</p>
<p>Contents field text</p>
<p>Contents field text</p>
<p>Contents field text</p>
<p>Contents field text</p>
<p>Contents field text</p>
<p>Contents field text</p>
<p>Contents field text</p>
<p>Contents field text</p>
<p>Last contents field text</p>
</div>
<div id="footer">
Footer
</div>
</html>