/* CSS Document */

#tickets {
	background: #000 url(../img/ticketsvid/IM3-tickets_00000.jpg);
	width: 1280px;
	height: 544px;
	display: block;
	position:absolute;
	color: #999;
	top: 0px;
	left: 50%;
	margin-left: 640px;
}

	#ticketsVideoCanvas {
		position: absolute;
		top: 0;
		left: 0;
	}

	#ticketsVidPlayhead {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
	}

/* story */

#tickets-main {
	background: #000 url(../img/tickets/bg.jpg);
	width: 1280px;
	height: 544px;
	display: block;
	position:absolute;
	color: #999;
	top: 0;
	left: 50%;
	margin-left: 640px;
}


	#ticketsFrame {
		top: 105px;
		left: 190px;
	}


