html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
   min-height:100%;
   position:relative;
}
#header {
   padding:0px;
}
#body {
   padding:0px;
   padding-bottom:0px;   /* Height of the footer */
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   align:center;
   height:60px;   /* Height of the footer */
}
#container {
   height:100%;
}
