	body, html, #adContainer {
		width: 640px;
		height: 480px;
		margin: 0;
		padding: 0;
	}

/*	body {
		border: 1px solid #000;
		box-sizing: border-box;
	}*/

	#replay-white, #button, #logo, #text1, #text2, #text3, #text4, #text5 {
		opacity: 0;
	}

	#replay-button {
		position: absolute;
		z-index: 40;
		cursor: pointer;
	}

	#adContainer {
		background-repeat:no-repeat;
		background-color: #005172;
		position: relative;
		top: 0;
		left: 0;
		overflow: hidden;
		z-index: 0;
	}

	#logo, #text1, #text2, #text3, #text4, #text5 {
		position: absolute;
		left: 0;
		top: 0;
	}

	#button {
		position: absolute;
		z-index: auto;
	}

	#logo {
		z-index: 1;
	}

	#text1 {
		z-index: 2;
	}

	#text2 {
		z-index: 3;
	}

	#text3 {
		z-index: 4;
	}

	#text4 {
		z-index: 5;
	}

	#text5 {
		z-index: 6;
	}

	#replay-white {
		position: absolute;
		left: 590px;
		top: 0;
		z-index: 10;
	}