	body, html {
		width: 300px;
		height: 600px;
		margin: 0;
		padding: 0;
	}

	#replay-white, #button, #logo, #abm, #discover, #graph, #hour, #minute, #data, #stopwatch, #BG2, #top, #bottom {
		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, #abm, #discover, #graph, #hour, #minute, #data, #stopwatch, #BG2, #top, #bottom, #button {
		position: absolute;
		left: 0;
		top: 0;
	}

	#minute {
		left: 70px;
		top: 158px;
		transform-origin: left top;
	}

	#hour {
		left: 68px;
		top: 144px;
		transform-origin: center bottom;
	}

	#graph {
		left: 20px;
		top: 148px;
		transform-origin: center;
	}

	#logo {
		z-index: 11;
	}

	#abm, #hour, #minute, #stopwatch {
		z-index: 2;
	}

	#top, #bottom {
		z-index: 6;
	}

	#graph {
		z-index: 8;
	}

	#data, #graph, #button, #discover {
		z-index: 7;
	}

	#BG2 {
		z-index: 5;
	}


	#replay-white {
		position: absolute;
		left: 264px;
		width: 35px;
		top: 0;
		z-index: 20;
	}