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

/* Default style, feel free to remove if not needed. */
body, body * {
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

/* Polite load */
#loading_dc{
	width:100%;
	height:100%;
	z-index:500;
}
#loading_image_dc{
	position:relative;
	left:50%;
	margin-left:-15px;
	top:50%;
	margin-top:-15px;
	z-index:1000;
}

/* Div layer for the entire banner. */
#container_dc {
	position: absolute;
	width: 298px;
	height: 248px;
	border:1px solid #666666;
	top: 0px;
	left: 0px;
	margin: auto;
	overflow:hidden;
	background-color: #000;
}

#content_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #000;
	z-index: 100;
}

/* Invisible button for background clickthrough. */
#background_exit_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	cursor: pointer;
	opacity: 0;
	z-index: 400;
}

/* Div layer containing the video player and video controls. */
#video1_container_dc {
	position: absolute;
	width: 300px;
	height: 250px;
	top: 0px;
	left: 0px;
	background-color: #000;
	z-index: 300;
}

#video1_dc {
	position: absolute;
	width: 300px;
	height: 250px;
}


:focus {outline:none;}
::-moz-focus-inner {border:0;}


