@charset "UTF-8";

body {
	background-image:url(Background.jpg);
	background-size:100%;
}

.Vidframe {
	box-shadow:#000000 0px 0px 10px;
	position:absolute;
	width:640px;
	height:360px;
	top:50%;
	left:50%;
	margin-top: -180px;
	margin-left: -320px;
}

.Text {
	text-align:center;
}