body {
  
   background: url('images/background.jpg');
   margin: 0;
   padding: 0;
   font-family: Segoe UI;
}

#alan {
   text-align: center;
   width: 850px;
   height: 654px;
     
   border: 2px inset rgba(0,0,80,0.62);
   z-index:1;
   -webkit-transition: opacity 0.5s;
   -moz-transition: opacity 0.5s;
   -o-transition: opacity 0.5s;
   transition: opacity 0.5s;

   -webkit-box-shadow: rgba(0,0,0,0.5) 8px 8px 16px;
   -moz-box-shadow: rgba(0,0,0,0.5) 8px 8px 16px;
   -o-box-shadow: rgba(0,0,0,0.5) 8px 8px 16px;
   box-shadow: rgba(0,0,0,0.5) 8px 8px 16px;
   position: relative;
   background-color: #FFF;
   overflow: hidden;
}


#bitis {
 	width: 250px; 
	height: 200px; 
	margin-top: 180px; 
	margin-left: 320px; 
	background-color: #FFC;
	border: 2px solid #F90; 
	z-index:3; 
	text-align:center; 
	padding-top: 16px; 
	display: none;
	position:absolute;
	font-family: Segoe UI; 
	font-size: 30px; 
	font-weight:bold; 
	color:#F60;
}

#sayac {
 	width: 250px; 
	height: 80px; 
	margin-top: 90px; 
	margin-left: 300px; 
	background-color: #FFC; 
	 
	z-index:3; 
	text-align:center; 
	padding-top: 16px; 
	display: none;
	position:absolute;
}

#score {
     width: 850px;
   	 height: 50px;
	 z-index: 2;
	 margin-top: 0px;
   -webkit-transition: opacity 0.5s;
   -moz-transition: opacity 0.5s;
   -o-transition: opacity 0.5s;
   transition: opacity 0.5s;

   -webkit-box-shadow: rgba(0,0,0,0.5) 8px 8px 16px;
   -moz-box-shadow: rgba(0,0,0,0.5) 8px 8px 16px;
   -o-box-shadow: rgba(0,0,0,0.5) 8px 8px 16px;
   box-shadow: rgba(0,0,0,0.5) 8px 8px 16px;
   display: block;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 32px;
   text-align: center;
   color:#ffffff;
   font-weight: bold;
   background-color:#09C;
   position: absolute;
   
}

#saha {
   text-align: center;
   z-index:2;
   display : none;
   position: absolute;
   margin-left: 230px;
   margin-top: 200px;
   width: 500px;
   height: 300px;
   opacity: 0.4;
}

#islem
{
	font-size: 36px;
	font-family:Segoe UI;
	color: #262525;
	position:absolute;
	margin-top: 0px;
	margin-left:30px;
}

#cevap
{
	font-size: 22px;
	font-family:Segoe UI;
	width:110px;
	height: 30px;
	border: 2px solid #666;
	color: #262525;
	background-color: #FF9;
	}
	
#btnok
{
	font-size: 16px;
	font-family:Segoe UI;
	width:75px;
	height: 38px;
	color: #f9f8f8;
	background-color: #588de5;
	text-align:center;
	}

#resim {
	
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	-moz-opacity:1;
	-khtml-opacity: 1;
	width: 418px;
	height: 350px;
	position:absolute;
	margin-top: 70px;
	margin-left:40px;
	z-index:2;
	border: 2px solid #000;
	background: url(images/maze22-ilk.jpg) no-repeat;
	
 }
 
#fare {
	
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	-moz-opacity:1;
	-khtml-opacity: 1;
	position:absolute;
	margin-top: 280px;
	margin-left:0px;
	z-index:3;
	height:50px;
	width:50px;	
 }

#puzzle {
	border: 2px solid #F00;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
 }
 
 #parca
 {
  float: left;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}


#parca1 {
	
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  height: 100px;
  width: 100px;
  background-color: #096;
  float:left;
  margin : 0 0 0 0;
  position:fixed;
  z-index:3;
	}
	
#parca2 {
	
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  height: 100px;
  width: 100px;
  background-color: #C33;
  float:left;
  margin : 0 0 0 100px;
  position:fixed;
  z-index:4;
	}

#parca3 {
	
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  height: 100px;
  width: 100px;
  background-color: #F90;
  float:left;
   margin : 0 0 0 200px;
  position:fixed;
  z-index:5;
	}
	
#parca4 {
	
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  height: 100px;
  width: 100px;
  float:left;
   margin : 100px 0 0 0;
  position:fixed;
  z-index:6;
  background-color: #C6C;
  clear:both;
	}

#parca5 {

  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  height: 100px;
  width: 100px;
  background-color: #09F; 
  float:left;
  margin : 100px 0 0 100px;
  position:fixed;
  z-index:7;
	}
	
#parca6 {
	
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  height: 100px;
  width: 100px;
  background-color: #C6C6C6;
  float:left;
  margin : 100px 0 0 200px;
  position:fixed;
  z-index:8;
	}

#parca7 {

  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  height: 100px;
  width: 100px;
  background-color: #FC0;
  float:left;
  margin : 200px 0 0 0px;
  position:fixed;
  z-index:9;
  clear:both;
	}

#parca8 {
	
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  height: 100px;
  width: 100px;
  background-color: #DFDFDF;
  float:left;
  margin : 200px 0 0 100px;
  position:fixed;
  z-index:10;
	}

#parca9 {

  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  height: 100px;
  width: 100px;
  background-color: #FC6;
  float:left;
  margin : 200px 0 0 200px;
  position:fixed;
  z-index:11;
	}

#giris {

	border: 1px inset rgba(0,0,80,0.62);
	position: absolute; 
	width:400px; 
	height:420px; 
	margin-left: 200px; 
	margin-top: 100px;  
	z-index:4; 
	background: #c1dbfb;
	}
	
#aciklama {
	border: 1px inset rgba(0,0,80,0.62);
	position: absolute; 
	width:400px; 
	height:220px; 
	margin-left: 200px; 
	margin-top: 100px;  
	z-index:3; 
	background: #c1dbfb; 
	display: none; 
	color:#333; 
	font-family: Segoe UI; 
	font-size: 18px;"
}