body {
	background-color: #000000;
	background-image: url("../../images/bg.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	color: #cbcbce;
	font-family; Arial;
}


table {
  border-collapse: collapse;
  border: 0px;
}

tr, td {
	padding: 0px;
	height: 100%;
}

img {
    width: 100%;
    height: auto;
}