		* {
			font-family: sans-serif;
		}
		html, body {
			width: 100%;
			height: 100%;
			margin: 0px;
/*			border: 0;*/
/*			overflow: hidden;*/
/*			display: block;*/
		}
		.divBeforeStart {
			font-size: 8vw;
			position: fixed;
			left: 0;
			top: 0;
			background-color:#222288;
			color: #efefef;
			width: 100%;
		    overflow-y: scroll;
			height: 100%;
/*			padding:1vw;*/
		}
		.btnStart {
			font-size: 7vw;
			font-weight: bold;
/*			padding: 10px;*/
/*			left: 5px;*/
/*			right: 5px;*/
/*			margin-left: 10px;*/
/*			margin-right: 10px;*/
/*			padding: 20px;*/
/*			margin: 5px;*/
			width:95%;
			background-color: #efefef;
			border-style: solid;
/*			border-color:black;*/
			color:black;
		}
		
		.divTimerBeforeStart {
			font-size: 10vw;
			font-weight: bold;
			position: fixed;
			left: 0;
			top: 0;
			background-color:black;
			width: 100%;
			height: 100%;
			display:none;
			color:white;
		    overflow-y: scroll;
/*			padding:1vw;*/
		}

		.divInPlay {
			font-size: 10vw;
			font-weight: bold;
			position: fixed;
			left: 0;
			top: 0;
			background-color:black;
			width: 100%;
			height: 100%;
		    overflow-y: scroll;
			display:none;
			color:#404040;
/*			padding:1vw;*/
		}

		.divDead {
			font-size: 3vw;
			font-weight: bold;
			position: fixed;
			left: 0;
			top: 0;
			background-color:#ff2222;
			width: 100%;
			height: 100%;
		    overflow-y: scroll;
			display:none;
			color:#f0f0f0;
/*			padding:1vw;*/
		}

		.divFound {
			font-size: 10vw;
			font-weight: bold;
			position: fixed;
			left: 0;
			top: 0;
			background-color:#228822;
			width: 100%;
			height: 100%;
		    overflow-y: scroll;
			display:none;
			color:#f0f0f0;
/*			padding:1vw;*/
		}