BODY {
font-family: Times New Roman; font-weight: bold; color: rgb(0, 45, 0); }
BODY {
background-image:url("debesis.jpg"); background-repeat:repeat; background-position: top center; }
TD { font-family: Times New Roman; font-weight: bold; color: rgb(0, 45, 0); }


html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
   min-height:100%;
   position:relative;
}
#header {
   padding:0px;
}
#body {
   padding:10px;
   padding-bottom:40px;   /* Height of the footer */
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:40px;   /* Height of the footer */
}

#container {
   height:100%;
}