/* hide from ie on mac ¥*/
html {
	height: 100%;
	overflow: hidden;
	background:#000;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000;
}
#te-topflash {
	height: 100%;
}
#te-top-noflash {
	position:absolute;
	top:50%;
	left:50%;
	width:750px;
	height:300px;
	margin:-250px 0 0 -375px;
	text-align:center;
}
