Сорри не заметил, что еще и header есть.
Можно так сделать:
body{
margin:0;
}
#wraper {
position:relative;
height:300px;
width:300px;
outline:1px solid #0F0;
}
#heder {
height: 126px;
width: 100%;
margin-bottom:6px;
outline:1px solid #000;
}
#content{
width:100%;
overflow: auto;
outline:1px solid #F00;
position:absolute;
top: 126px;
bottom:0px;
}
#contener {
background-image: url(../images/tiny_grid.png);
background-repeat:repeat;
border:1px solid #FF0;
min-height:5000px;
min-width: 850px;
}