.table {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.1);
}
#background{
	height: 300px;
	width: 100%;
}