/*
Pandell Technology Corporation
Steve Marsh
For Screencast Pages Only
*/


/* General Styles */
body {
	background: #000;
	text-align: center;
	color: #999;
	font-family: "Lucida Grande", Arial;
}

a {
	color: #94d4f1;
}

img {
	border: 0;
}


/* To Center The DIV */
#video_container {
	margin: 0 auto;
	text-align: left;
	background: #000;
	position:absolute;
	top: 50%;
	left: 50%;
	height: 522px;
	width: 640px;
	margin-top: -261px; /*set to a negative number 1/2 of your height*/
	margin-left: -320px; /*set to a negative number 1/2 of your width*/
}

#video_header {
	border-bottom: 1px solid #333;
	padding: 0 0 10px 0;
	position: relative;
}

#video_header span {
	position: absolute;
	text-align: right;
	height: 30px;
	width: 300px;
	right: 0px;
	top: 6px;
}

#video_header span h1 {
	font-size: 12px;
	margin: 0;
	color: #fff;
}

