	body, html {
		width: 300px;
		height: 600px;
		margin: 0;
		padding: 0;
	}

/*	body {
		border: 1px solid #000;
		box-sizing: border-box;
	}*/

	#replay, #button, #logo, #text, #title {
		opacity: 0;
	}

	#replay-button {
		position: absolute;
		z-index: 40;
		cursor: pointer;
	}

	#adContainer {
		width: 300px;
		height: 600px;
		background-repeat:no-repeat;
		background-color: #005172;
		position: relative;
		top: 0;
		left: 0;
		overflow: hidden;
		z-index: 0;
	}

	#logo, #text, #title {
		position: absolute;
		left: 0;
		top: 0;
	}

	#button {
		position: absolute;
		z-index: 10;
		top: 30px;
	}

	#logo {
		z-index: 1;
	}

	#text {
		z-index: 3;
	}

	#replay {
		position: absolute;
		left: 265px;
		width: 35px;
		top: 0;
		z-index: 10;
	}
