html{
	background-color: #7F7F7F;
}

#page{
	position: relative;

	z-index: 1;
	width: 768px;
	height: 1024px;

	border-style: none;
	border-color: transparent;
	background-color: #FFF;

	margin-left: auto;
	margin-right: auto;

	overflow: hidden;
}

video {
	position: absolute;

	z-index: 99;

	top: 0;
	left: 0;
}
