html,body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: black url(../pics/bg.jpg) center no-repeat;
}

div#table{
	width: 100%;
	height: 100%;
	z-index: 5;
	position: absolute;
}

img{
	display: block;
	border: none;
}
