
body {
	background-color: #000;
}
a:link {
	color: gold;
	text-decoration: none;
}
a:visited {
	color: silver;
	text-decoration: none;
}
a:hover {
	color: orange;
	text-decoration: underline;
}
a:active {
	color: yellow;
	text-decoration: none;
}
.mainDiv {
	margin: 0 auto;
	width: 1280px;
	margin-top: 30px;
	border: 1px solid #000;
}
.mainDivBanner {
	margin: 0 auto;
	width: 970px;
	margin-top: 0px;
	border: 1px solid #000;
}
.tabDiv {
	float: right;
	margin-top: 6px;
}
.videoDiv {
	margin-top: 30px;
	border-top: 40px solid #000;
}
.leftDiv {
	float: left;
	font: 13px arial, sans-serif;
	margin-top: 20px;
}
.rightDiv {
	float: right;
	font: 13px arial, sans-serif;
	margin-top: 20px;
}
.logoDiv {
	float: left;
}
.bannerDiv {
	margin: 0 auto;
	width: 970px;
	margin-top: 60px;
}
.bannerDiv a img {
	display: block;
	margin: auto;
}
.vjs-default-skin .vjs-big-play-button {
	font-size: 5em;
}
*:focus{
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}
