body {
	margin: 0; padding: 0;
	text-align: center;
	background-color: #6cf;
}

div.wrap {
	position: relative;
	width: 1000px;
	height: 15px;
	margin: auto;
}

iframe {
	position: absolute;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div.ti_player_align_class {
	position: absolute;
	left: 0;
	top: 0;
	width: 400px;
	height: 15px;
	z-index: 9999;
}

div.ti_player_align_class embed {
	vertical-align: top;
}