@font-face
{
font-family: digitalFont;
src: url('../DS-DIGI.TTF'),
     url('../DS-DIGI.eot'); /* IE9+ */
}	

#container{
	position:absolute; 
	left:50%;
	margin-left:-500px; 
	 width:1000px;
    height:600px;
   background-image:url('../img/background.png');
}  
#game_map{
   
   position:absolute;
   left:333px;
   top:98px;
   
}
#game_map .cell{
    cursor: pointer;
    float: left;
    border: 1px solid #000;
    width: 55px;
    height: 57px;
    line-height: 57px;
    font-family:digitalFont;
    font-size: 35px;
    text-align: center;
    color:#00ff00
}
.cube{
	width:19px;
	height:19px;
	 background-image:url('../img/kubbur.png');
}	 
.clear{
    clear: both;
    line-height: 0px;
}
#selectedLeft{
	position: absolute;
	left:30px;
	top:110px;
	width:239px;
    height:439px;
	 background-image:url('../img/selected_left.png');
}
#personLeft{
position: absolute;
	left:31px;
	top:130px;
	width:305px;
    height:415px;
	 background-image:url('../img/person_left.png');	
}

#personRight{
position: absolute;
	left:684px;
	top:127px;
	width:305px;
    height:415px;
	 background-image:url('../img/person_right.png');	
}
#selectedRight{
	position: absolute;
	left:745px;
	top:110px;
	width:239px;
    height:439px;
	 background-image:url('../img/selected_right.png');
}
#takki{
	position: absolute;
	left:440px;
	top:550px;
	width:122px;
    height:50px;
	 background-image:url('../img/takki.png');
}
#numb1{
	position: absolute;
	left:460px;
	top:485px;
	  font-family:digitalFont;
	font-size: 35px;
    text-align: center;
    color: #00ff00
}
#numb2{
	position: absolute;
	left:530px;
	top:485px;
	font-size: 35px;
    text-align: center;
    color:  #00ff00;
      font-family:digitalFont;
}
#name1{
	position: absolute;
	left:80px;
	top:560px;
	font-family: Arial, sans-serif;;
	font-size: 26px;
    color:  #fff;
      text-align: center;
}
#name2{
	position: absolute;
	left:780px;
	top:560px;
	font-family: Arial, sans-serif;;
	font-size: 26px;
    color:  #fff;
      text-align: center;
}
#hljod{
	position: absolute;
	left:20px;
	top:15px;
	width:51px;
    height:33px;
}
#again 			{
	position: absolute;
	left:890px;
	top:10px;
	width:100px;
    height:37px;
}
#rules2{
	position: absolute;
	left:90px;
	top:10px;
	width:33px;
    height:33px;
}
#quickHelp{
	position: absolute;
	left:20px;
	top:60px;
	width:280px;
	height:231px;
	background:#fff;
	padding:35px;
	font-family: Arial, sans-serif;;
	font-size: 14px;
	color:#fff;
	background: url('../img/Uppl.png') no-repeat;
}
#closeHelp{
	position: absolute;
	right:70px;
	top:10px;
	width:40px;
	height:41px:
}	