@charset "utf-8";
/* CSS Document */

#content_window {
	width: 650px;
	height: 450px;
	position: absolute;
	left: 4px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
	opacity: 0.4;
	filter: alpha(opacity=40);
	z-index: 3;
}

#mediaplayer {
	position: absolute;
	left: 10px;
	top: 5px;
	width: 640px;
	height: 414px;
	z-index: 6;
}

