	body, html {
		width: 300px;
		height: 250px;
		margin: 0;
		padding: 0;
	}

	#replay, #button, #logo, #text, #title, #text2, #text3 {
		opacity: 0;
	}

	#replay-button {
		position: absolute;
		z-index: 40;
		cursor: pointer;
	}

	#adContainer {
		width: 300px;
		height: 250px;
		background-repeat:no-repeat;
		background-color: #005172;
		position: relative;
		top: 0;
		left: 0;
		overflow: hidden;
		z-index: 0;
	}

	#logo, #text, #title, #magnet, #button, #border, #text2, #text3 {
		position: absolute;
		left: 0;
		top: 0;
	}

	#border, #button {
		z-index: 10;
	}

	#logo {
		z-index: 6;
	}

	#text, #text2, #text3 {
		z-index: 3;
	}

	#magnet {
		z-index: 2;
	}

	#replay {
		position: absolute;
		left: 262px;
		width: 35px;
		top: 0;
		z-index: 40;
	}
