@charset "UTF-8";
/* CSS Document */
/* Div layer for the entire banner. */

body {
	margin:0px;
	background-color: #292929;
}

#container_dc {
	border: 1px solid black;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
	background-color: black;
}

.fullsize {
	position: absolute;
	width: 970px;
	height: 250px;
}

#content_dc {
	 overflow: hidden;
	 width:100%;
	 width:100%;
}

/* Invisible button for background clickthrough. */
#background_exit_dc {
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
	z-index: 400;
}
