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:     50%;
	left:      0;

	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

img { z-index: 1; }

#lightbox {
	position: absolute;

	z-index:  3;

	top:       0;
	left:      0;
	height: 100%;
	width:  100%;
	background-color: #000;
	opacity: 0;
	-webkit-transition: 1s opacity;
	transition: 1s opacity;
}
#lightbox.show { opacity: .7; }

#vinculo-logo {
	position: absolute;

	z-index:   99;

	bottom:  40px;
	left:    20px;
	height:  50px;
	width:  200px;
}


#vinculo-texto {
	position: absolute;

	z-index:   99;

	bottom:  30px;
	right:   20px;
	height:  50px;
	width:  110px;
}


#play {
	position: absolute;

	z-index:   99;

	bottom: 250px;
	right:   90px;
	height:  50px;
	width:  200px;
}
