html,body {
margin: 0;
background-color: #ffffff;
height:100%; 
min-height: 100%;
}

div#container {
position: relative;
min-height: 100%;
}

* html #container {
height: 100%;
}

/**------------------------------------**/
/** BODY
/**------------------------------------**/

div#body {
clear: both;
width: 100%;
height: 204px;
background:#fff url(bg_gradient.gif) repeat-x;
padding-top: 18px;
padding-bottom: 55px;
}

div#bdy_content {
clear: both;
margin: 0 auto;
padding-bottom: 15px;
padding-top: 112px;
width: 830px;
text-align: center;
}
