﻿body {
	background-color: #DFDFEA;
}	
#videobackground {
	font-family: Impact;
	width: 702px;
	height: 437px;
	z-index: 1;
	left: 0px;
	top: 0px;
	background-image: url('../images/video-background2.jpg');
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#videotoplabel {
	position: absolute;
	top: 7px;
	height: 38px;
	width: 120px;
	left: 650px;
}
#videopayerbackground {
	border-style: inset;
	border-width: 4px;
	border-color: #999999 #C0C0C0 #C0C0C0 #999999;
	font-family: "Arial Black";
	color: #000000;
	font-size: large;
	background-color: #000000;
	width: 642px;
	height: 364px;
	top: 50px;
	left: 30px;
	position: absolute;
	z-index: 1;
}
#videoplayer {
	background-color: #000000;
	width: 425px;
	height: 344px;
	right: auto;
	position: relative;
	z-index: 2;
	text-align: center;
	left: auto;
	margin-right: auto;
	margin-left: auto;
}
#videomenu {
	position: inherit;
	width: 195px;
	left: 8px;
	margin-top: auto;
	margin-bottom: auto;
}
#videotitle {
	font-family: Impact;
	font-size: 1.4em;
	color: #99CCFF;
	position: absolute;
	z-index: 2;
	width: 223px;
	left: 65px;
	vertical-align: middle;
	text-align: center;
}
#videoimage {
	margin-right: auto;
	margin-left: auto;
	z-index: -1;
	position: relative;
	text-align: center;
}

