html, body, {
	height:100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	color: white;
	font-family: "Courier New", Courier, monospace;
}

.video {
	border: 1px solid #ffffff;
}

#video {
	position: absolute;
	border: 0px;
	top: 30%;
	left: 50%;
	width: 960px;
	height: 540px;
	margin-top: -270px;
	margin-left: -480px;
}

a {
	border: 0px;
	border-style: none;
}
