body {
	margin: 0;
	padding: 0;
	font-size: 15px;
	overflow-x: hidden;
	overflow-y: hidden;
	margin:0;
	background-color: transparent;
}

.video{
	position: absolute;
	z-index:0;
	left: 0;
	top: 0;
}

#direct_link{
	position: absolute;
	text-align: center;
}

.glass{
	position: absolute;
	z-index:1;
	left: 0;
	top: 0;
	background-color: #000;
	filter: alpha(opacity = 1);
	-moz-opacity: .1;
	-khtml-opacity: .1;
	opacity: .1;
	cursor: pointer;
}

.overdiv{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	cursor: pointer;
	overflow: hidden;
}

.mask{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	cursor: pointer;
	overflow: hidden;
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
}

#left{
	margin-top:25%;
	position: absolute;
	left:0;
	top:0;
	text-align: center;
}

#center{
	position: absolute;
	top:0;
	height: 100%;
	width: 50px;
}

#play{
	height: 50px;
	width: 50px;
}


#right{
	margin-top:25%;
	position: absolute;
	text-align: center;
	top:0;
}

* img{
	margin-left:auto;
	margin-right:auto;
	border: 1px solid white;
}

* p{
	margin: 0;
	margin-bottom: 6px;
	text-decoration: underline;
	font-size: 80%;
	color: yellow;
	font-family: arial;
}

#top_label{
	position: absolute;
	overflow: hidden;
	color: yellow;
	width: 100%;
	font-size: 150%;
	font-family: arial;
	text-align: center;
	top: 7%;
}

#bottom{
	position: absolute;
}
