@charset "UTF-8";
html{
	-webkit-text-size-adjust:100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	background-color:#000;
	  }
p,img,line-height,div {
	margin: 0px;
	padding: 0px;
	border: none;
}
a:focus {
	outline: 0;
}
#container {
	width: 960px;
	margin: 0em auto;
	position: relative;
}
#maincontent{
	width: 960px;
	height:640px;
	position: relative;
	margin:28px auto 0px;
	background-position: center center;
	background-repeat: norepeat;
	border: 1px solid #C0A573;
	}
@media only screen and (max-width:640px) and (orientation:landscape){
img{
	max-width:100%;
	}
#maincontent{
	width: 960px;
	height:640px;
	position: relative;
	margin: 0px auto;
	background-position: center center;
	background-repeat: norepeat;
	border: 1px solid #C0A573;
	}	
	}
.poi {
	display: block;
	border: 3px solid #000;
	background-color:#FFF;
	width: 4em;
	height: 4em;
	position: absolute;
	text-align:center;
	cursor:pointer;
	}
#thefloat{
	display:none;
	position: absolute;
	background-color:#FFF;
	width: 300px;
	height: 200px;
	/*margin: 200px auto 0;*/
	top:0px;
	left:0px;
	font-family: Helvetica,sans-serif;
	font-size:2em;
	color: #000;
	font-weight:700;
	line-height:120%;
	padding: 1.5em;
	border: 3px solid #000; 
}
.numbers{
	font-family: Helvetica,sans-serif;
	font-size:3em;
	color: #F00;
	font-weight:700;
	line-height:100%;
	padding: 0.2em 0em 0em 0em;
		}
.instructions{
	font-family: Helvetica,sans-serif;
	font-size:1.5em;
	position:relative;
	color: #000;
	font-weight:700;
	line-height:125%;
	background-color:#FFF;
	width: 300px;
	padding: 1.5em;
	border: 3px solid #000;
			}

