	body, html {
		width: 728px;
		height: 90px;
		margin: 0;
		padding: 0;
	}

/*	body {
		border: 1px solid #000;
		box-sizing: border-box;
	}*/

	#replay, #button, #logo, #text, #title, #text2, #text3 {
		opacity: 0;
	}

	#replay-button {
		position: absolute;
		z-index: 40;
		cursor: pointer;
	}

	#adContainer {
		width: 728px;
		height: 90px;
		background-repeat:no-repeat;
		position: relative;
		top: 0;
		left: 0;
		overflow: hidden;
		z-index: 0;
	}

	#logo, #text, #title, #text2, #text3 {
		position: absolute;
		left: 0;
		top: 0;
	}

	#button {
		transform-origin: 80% 50%;
	}

	#border {
		position: absolute;
		z-index: 9;
	}

	#button {
		position: absolute;
		z-index: auto;
	}

	#logo {
		z-index: 1;
	}

	#text, #text2, #text3 {
		z-index: 3;
	}

	#replay {
		position: absolute;
		left: 692px;
		width: 35px;
		top: 0;
		z-index: 10;
	}
