#fixed {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
	}

	#tb {
		width: 100%;
		table-layout: fixed;
	}