body {
    margin: 0;
    padding: 0;
    height: 100%;
}
table{
	width:75%;
	align:center;
	border-collapse: collapse;
	padding: 50px 30px 50px 80px;
}

td { 
//background-color:#CACBCC;
color:red;
    padding: 9px;
}
*/tr
{
	background-color:lightskyblue;
}*/
html {
    margin: 0;
    padding: 0;
    height: 100%;
}

#container {
    width: 674px;
    min-height: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
}

#body {
    width: 616px;
    padding: 5px 14px 5px 14px;
    margin: 0 auto;
    padding-bottom: 20px;
}
footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
}
#footer {
    position: absolute;
    bottom: 0;
    width: 644px;
    height: 20px;
    margin: 0 auto;
}