.videoscreen {
	position:absolute;
	left:0px;
	top:0px;
	z-index:9;
	background-image:url("../../code/images/bg/0x50.png");
	width:100%;
	height:100%;
}

.invideo {
	position:absolute;
	width:600px;
	height:450px;
	left:50%;
	margin-left:-300px;
	top:50%;
	margin-top:-225px;
	border:3px solid #000;
	z-index:10;
}
