html,
body {
margin:0;
padding:0;
height:100%;
text-align: center; /* required for centering the page in IE */
}
#container {
position:relative;
margin: 0 auto; /* centering the page */
width:790px;
height:auto !important; /* real browsers */
height:100%; /* IE6: min-height*/
min-height:100%; /* real browsers */
background-color:#FFFFFF;
text-align:left;
}
#header {
/* position: absolute;
height:106px; */
}
#body {
/* padding-top:106px; */
padding-bottom:40px;/* Height of the footer */
}
#footer {
position:absolute;
clear: both;
left:0;
bottom:0; /* stick to bottom */
margin-bottom:4px;
width:790px;
/*height:40px;/* Height of the footer */
}

/* IE */
#container {
height:100%;
}

