Все гораздо проще
Код:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
****<title></title>
****<style type="text/css">
****html{
*background: url(3.gif);
*height: 100%;
****}
****body{
*background: url(1.gif) repeat-y;
*width: 1024px;
*min-height: 100%;
*margin: 0 auto;
*position: relative;
****}
***** html body {
****height: 100%;
****}
****#content{
*padding: 10px 20px 100px;
****}
****#header{
*background-color: #ccc;
*width: 1014px;
*height: 100px;
*margin: 0 auto;
****}
****#footer{
*background: url(2.gif) repeat-x;
*height: 95px;
*width: 1014px;
*position: absolute;
*left: 5px;
*bottom: 0px;
****}
****</style>
</head>
<body>
<div id="header">Header</div>
<div id="content">Contetnt</div>
<div id="footer">Footer</div>
</body>
</html>