* { margin: 0; padding: 0; }

table {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	z-index: 99;
	background: url(xblack.png);
}

a {
	direction: block;
	position: fixed;
	top: 0; bottom: 0; left: 0; right: 0;
	z-index: 999;
}

h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 100px;
}

body {
	background: black;
}

#youtube_wrap {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

#youtube {
	position: fixed;
	top: -120px;
	right: -100px;
	left: -120px;
	bottom: -120px;
	overflow: hidden;
	z-index: 1;
}

#youtube object {
	height: 100%;
	width: 100%;
}