* {margin:0; padding:0;}

#container{
position:absolute;
height:100%;
width:100%;
}

* html #header{
position:absolute;
background:url(images/fill.gif) left top repeat-x #eeece0;
width:100%;
height:810px;
}

html>body #header{
background:url(images/fill.gif) left top repeat-x #eeece0;
height:810px;
}

* html #footer{
position:absolute;
top:810px;
background:url(images/bg_footer.gif) left top repeat-x;
width:100%;
height:90px;
}

html>body #footer{
background:url(images/bg_footer.gif) left top repeat-x #c4cccc;
height:90px;
}

* html #container_h{
position:absolute;
width:746px;
margin-left:50%;
left:-373px;
}

* html #container_f{
position:absolute;
top:0px;
height:90px;
width:746px;
margin-left:50%;
left:-373px;
}

html>body #container_h{
position:relative;
width:746px;
margin:0 auto;
background:#eeece0;
}

html>body #container_f{
position:relative;
top:0px;
height:90px;
width:746px;
margin:0 auto;
background:url(images/bg_menu.gif) left top no-repeat #eeece0;
}