/* CSS Document */
.fel{
		vertical-align: text-top;
}
body {
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
#vid {
position: float;
border: 1px solid #FFFFFF;
box-sizing: border-box;
}
table{
	border-collapse: collapse; /* 'cellspacing' equivalent */
	border-spacing: 0;
}

table td, table th{
padding: 0; /* 'cellpadding' equivalent */
}

@media (min-width: 1800px) and (max-width: 2000px) {
	body {
		background-image: url(img/h1920.jpg);
		background-repeat: no-repeat;
		background-size:100% 1470px;
	}
}
@media (min-width: 1501px) and (max-width: 1799px) {
	body {
		background-image: url(img/h1600.jpg);
		background-repeat: no-repeat;
		background-size:100% 1470px;
		}
}
@media (min-width: 1391px) and (max-width: 1500px) {
	body {
		background-image: url(img/h1400.jpg);
		background-repeat: no-repeat;
		background-size:100% 1470px;
		}
}
@media (min-width: 1301px) and (max-width: 1390px) {
	body {
		background-image: url(img/h1366.jpg);
		background-repeat: no-repeat;
		background-size:100% 1470px;
		}
}
@media (min-width: 1001px) and (max-width: 1300px) {
	body {
		background-image: url(img/h1280.jpg);
		background-repeat: no-repeat;
		background-size:100% 1470px;
	}
}
@media (min-width: 600px) and (max-width: 1000px) {

}