@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;
}

div{
	position: absolute;
}

/* Div layer for the entire banner. */
#container_dc {
	position: absolute;
	width: 300px;
	height: 220px;
	top: 0px;
	left: 0px;
	overflow: hidden;
 background-color: transparent;
}

#blockerMC {
	width: 300px;
	height: 220px;
	top:0px;
	left:0px;
	background-color: white;
	z-index: 140;
}


#border {
	width: 300px;
	height: 220px;
	position: absolute;
	z-index: 28;
	box-sizing: border-box;
	border:1px solid #586b74;
}


.sprite {
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(300x250_sprite.png);
}


/* Invisible button for background clickthrough. */
#background_exit_dc {
	position: absolute;
	width: 300px;
	height: 220px;
	top: 0px;
	left: 0px;
	cursor: pointer;
	z-index: 29;
	background-color: rgba(255, 255, 255, 0);
}

#whiteBG{
	position: absolute;
	width: 300px;
	height: 220px;
	top: 0px;
	left: 0px;
	z-index: 50;
	border:1px solid #000;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: black;
}

#bg {
	position: absolute;
	background-image: url(bg.jpg);
	width: 300px;
	height: 250px;
	top: 0px;
	left: 0px;
	cursor: pointer;
	z-index: 0;
}

/* content */

#ticketsBTN {
	width: 106px;
	height: 24px;
	left:11px;
	top:161px;
	cursor: pointer;
	position: absolute;
	z-index: 30;
}


#ticketsBTN_off {
	background-position:-11px -138px;
	width: 106px;
	height: 24px;
	left:0px;
	top:0px;
	cursor: pointer;
	position: absolute;
	z-index: 30;
}

#ticketsBTN_on {
	background-position:-10px -99px;
	width: 107px;
	height: 25px;
	left:0px;
	top:0px;
	cursor: pointer;
	position: absolute;
	z-index: 30;
}

#tunein {
	background-position:-16px -73px;
	width: 94px;
	height: 13px;
	left:16px;
	top:126px;
	position: absolute;
	z-index: 5;
}

#legal {
	background-position:-12px -169px;
	width: 68px;
	height: 10px;
	left:28px;
	top:206px;
	position: absolute;
	z-index: 5;
}

#TT_img {
	background-position:-9px -6px;
	width: 111px;
	height: 65px;
	left:9px;
	top:59px;
	position: absolute;
	z-index: 5;
}
