body{
	background-color:black;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;

 -webkit-user-select: none; /* Chrome, Opera, Safari */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}



#container{
	position:relative;
	margin-left:36px;
	
	width:1200px;
	height:700px;

	
}

#header{
	position:relative;
	width:1200px;
	height:100px;
	background-image:url("bilder/hanoi.png");
	background-repeat:no-repeat;

}

#spelplan{
	
	width:1200px;
	height:600px;
	border: 4px solid grey;
		border-radius: 15px;
     border-style:ridge;
		background-image:url("bilder/platta.png");
	background-repeat:no-repeat;
	

}

#spelplan2{
	position:absolute;
	top:260px;
	left:68px;
	width:1200px;
	height:600px;
	
		

		
}

#knapp1{
	position:absolute;
	width:150px;
	height:75px;
	top:-180px;
	left:95px;
	
	

		
}
#knapp2{
	position:absolute;
	width:150px;
	height:75px;
	top:-180px;
	left:440px;
	
	

		
}
#knapp3{
	position:absolute;
	width:150px;
	height:75px;
	top:-180px;
	left:785px;
	
	
	

		
}
#knapp4{
	position:absolute;
	width:41px;
	height:28px;
	top:470px;
	left:1040px;
	
	background-image:url("bilder/pil.png");
	background-repeat:no-repeat;
	 visibility: hidden;
	z-index:241;

		
}

#knapp5{
	position:absolute;
	width:90px;
	height:30px;
	top:470px;
	left:680px;
	
	background-image:url("bilder/restart.png");
	background-repeat:no-repeat;
	z-index:241;

		
}
#antal_ruta{
	position:absolute;
	width:150px;
	height:30px;
	top:460px;
	left:505px;
	font-family:"Arial";
	font-size:2.5em;
	color:white;
	
	

		
}
.keeper{
	
	
	width:400px;
	height:600px;
	float:left;

		
}
.brick_rad1{
	position:absolute;
	width:350px;
	height:500px;

background-repeat:no-repeat;
		
}
.brick_rad2{
	position:absolute;
	width:350px;
	height:500px;

background-repeat:no-repeat;
		
}
.brick_rad3{
	position:absolute;
	width:350px;
	height:500px;

background-repeat:no-repeat;
		
}
#byline{
	position: absolute;
	top: 450px;
	left: 30px;
	font-size: 1.20em;
	font-family: "Arial";
	color: white;
	
	height: 18px;
	
	z-index:245;
	
	
	
}
#lika {
	position: absolute;
	top: 470px;
	left: 845px;
	z-index:250;
	
	
}
#cover {
	position: absolute;
	top: 450px;
	left: -64px;
	width:1200px;
	height:500px;
	z-index:240;
	
	
}


