html, body {
  height: 100%; 
}

body {
  margin: 0;
  width: 100%;  
  height: 100%;  
  background: white;
  color: black;
}

table.Container {
 height: 100%;  
  text-align: center;
  border: 0;   
}
/* przewijanie */

/****/
.linki {font-size: 10px; text-decoration: none; color: #cccccc; text-align:left;}

#ssfoot {position: absolute; left: 50%; margin-left: -364px; width: 700px; text-align: left;}
#ssfoot ul {display: inline; margin: 0 auto; font-size: 10px;}
#ssfoot ul li {display: inline; color: black; padding: 0 30px;}
#ssfoot ul li a {color: rgb(158,158,158); text-decoration: none;}
