html, body {height:100%;}

#container {
	width:500px;
	margin:0 auto;
	text-align:left;
}

#media_player {
	position:fixed;
	top:0;
	left:0;
	z-index:25;
}

#dimBox {
	background-color: rgb(0, 0, 0);
	opacity: 0.80; /* Safari, Opera */
	-moz-opacity:0.80; /* FireFox */
	filter: alpha(opacity=80); /* IE */
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:fixed;
	top: 0px;
	left: 0px;
	display:hidden;
}

#closeScreen {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}