html, body {height: 100%;}  /*高さ100%に指定*/

body{ margin-right:50px;margin-left:50px;}

.text{
    float:left;
}

.image{
  float: left;
}

td { height: 20px; }
/* フッターの固定 */
div#footer-fixed{
	bottom: 0px;                /* 位置(下0px) */
	left: 0px;                  /* 位置(左0px) */
	width: 100%;                /* 横幅100%　*/
	height: 300px;              /* 縦幅140px */
    }
     
div#footer-bk{
	padding:10px 0 20px;       /* 上10px、下20pxをあける */
	height:270px;              /* 縦の高さ140px */
	width:100%;                /* 横の幅を100% */
    }
     
div#footer { 
	width: 900px;              /* 横の幅640px */
	margin: auto;              /* 中央揃え */
    }
