body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0px;
	background: #FFF url(images/player_bg.jpg) top left no-repeat;
}

#videoContainer {
	position: absolute;
	top: 141px;
	left: 25px;
	width: 320px;
	height: 240px;
	margin: 0px;
	z-index:1;
}

#controlsContainer {
	position: absolute;
	top: 464px;
	left: 24px;
	width: 220px;
	height: 17px;
}

#fullScreen {
	position: absolute;
	top: 464px;
	left: 121px;
	width: 100px;
	height: 17px;
	text-align: right;
}


#helpContainer {
	position: absolute;
	top: 560px;
	left: 0px;
	width: 360px;
	height: 22px;
	text-align: right;
	padding-top: 8px;
	padding-right: 10px;
}

#questionframe {
	position: absolute;
	top:491px;
	left: 5px;
	width: 360px;
	height: 67px;
	text-align: left;
}

#indexing_high{
	position:absolute;

}

#indexing_low{
	position:absolute;

}
a:link, a:visited {
	color: #666;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

