@charset "utf-8";
#Video {
	position:absolute;
	top:0px;
	width:2000px;
	height:6000px;
	z-index:100;
	background-image: url(images/transparent.png);
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	display: none;
	padding-top: 200px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#Video #img #vid {
	margin: auto;
	height: 385px;
	width: 480px;
	display: inherit;
	padding-top: 30px;
}

#Video #img {
	width: 600px;
	margin-right: auto;
	margin-left: 175px;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 500px;
	background-image: url(images/images/vid-back.png);
}
#Video  #img  #imgheader {
	display: block;
	text-align: center;
	width: 600px;
	margin-right: auto;
}
.test {
	background-color: #333333;
}

