	html {
		height: 100%;
		overflow: hidden
	}
	#flashcontent {
		width: 100%;
		height: 100%;
	}
	#copy {
		text-align:center;
		vertical-align:middle;
	}
	body {
		height: 100%;
		margin: 0;
		padding: 0;
		color:#000;
		background-color: #000000;
	}
	#overlay {
		height:auto;
		width: auto;
		background: none;
		display:none;

	}
	div.contentWrap {
		height:auto;
		width: auto;
		overflow-y :hidden;
		overflow-x:hidden;
		background:#fff;
	}
	.apple_overlay .close {
		background: url(../images/overlay/close.png) no-repeat;
	}
		.p {
		color:#999;
	}
