*
{
  font-family: emulogic;  
  padding: 0px;
  margin: 0px;
}

@font-face 
{
  font-family: emulogic;
  src: url("../fonts/emulogic.ttf");
  

  
}


h1
{
  text-align: center;
  font-size: 24px;
  color: red;
  padding-bottom: 20px;
  
 // text-shadow: 3px 3px lime;
  
  -webkit-text-stroke: 1px #000;
  -moz-text-stroke: 1px #000;
  text-stroke: 1px #000;
}

p
{
  text-align: center;
  font-size: 12px;
  padding-bottom: 20px;
  color: #FFBF00;
}




#game
{
  margin: 0px auto;
  width: 1200px;
  height: auto;
  padding: 15px;
  border: black;  
  
//  background:-webkit-linear-gradient(300deg, #588063, #000);
//	background:-moz-linear-gradient(top, #588063, #000);
//	background: linear-gradient(top, #588063, #000);
	
//	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
//	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
//	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);


	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}

#stage
{
  margin: 0px auto;
  width: 1200px;
  height: 750px;
	position: relative;
	
//  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
//  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
//  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	
	margin-bottom: 20px;
//	border: 1px solid lime;
}

#background
{
  width: 1000px;
  height: 750px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../images/loomis2_board.png);
}


#player_piece
{
  width: 70px;
  height: 80px;
  position: absolute;
  top: 458px;
  left: 217px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-image: url(../images/player_piece.png);
}


#boat
{
  width: 70px;
  height: 80px;
  position: absolute;
  top: 385px;
  left: 782px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-image: url(../images/boat.png);
}

#gem1
{
  width: 72px;
  height: 90px;
  position: absolute;
  top: 600px;
  left: 70px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-image: url(../images/gem2_pic.png);
}

#gem2
{
  width: 72px;
  height: 90px;
  position: absolute;
  top: 450px;
  left: 630px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  background-image: url(../images/gem2_pic.png);
}
#gem3
{
  width: 72px;
  height: 90px;
  position: absolute;
  top: 420px;
  left: 410px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  background-image: url(../images/gem2_pic.png);
}

#gem4
{
  width: 72px;
  height: 90px;
  position: absolute;
  top: 270px;
  left: 900px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  background-image: url(../images/gem2_pic.png);
}

#gem5
{
  width: 72px;
  height: 90px;
  position: absolute;
  top: 160px;
  left: 900px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  background-image: url(../images/gem2_pic.png);
}

#gem6
{
  width: 72px;
  height: 90px;
  position: absolute;
  top: 40px;
  left: 700px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  background-image: url(../images/gem2_pic.png);
}
#gem7
{
  width: 72px;
  height: 90px;
  position: absolute;
  top: 220px;
  left: 360px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  background-image: url(../images/gem2_pic.png);
}

#gem8
{
  width: 72px;
  height: 90px;
  position: absolute;
  top: 30px;
  left: 140px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  background-image: url(../images/gem2_pic.png);
}

#gem9
{
  width: 72px;
  height: 90px;
  position: absolute;
  top: 290px;
  left: 20px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  background-image: url(../images/gem2_pic.png);
}
#gem10
{
  width: 72px;
  height: 90px;
  position: absolute;
  top: 380px;
  left: 310px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  background-image: url(../images/gem2_pic.png);
}



#message_box
{
  width: 300px;
  height: 240px;
  position: absolute;
  top: 600px;
  left: 650px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-color: black;
}

#spell_message_box
{
  width: 300px;
  height: 140px;
  position: absolute;
  top: 730px;
  left: 320px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-color: black;
}

#output_spell_box
{
  font-family: "Lucida Console", Monaco, monospace;
  width: 300px;
  height: 80px;
  position: absolute;
  font-weight: bold;
  top: 730px;
  left: 320px;

   color: #FFBF00;

}



#stats
{
  font-family: Georgia, "Times New Roman", serif;
   font-size: 30px;
  width: 300px;
  height: 120px;
  position: absolute;
  text-decoration: underline;
  font-weight: bold;
  top: 460px;
  left: 800px;
  color: white

}

#output_turns
{
  font-family: Georgia, "Times New Roman", serif;
  width: 300px;
  height: 120px;
  position: absolute;
  font-weight: bold;
  top: 540px;
  left: 800px;
    color: white;

}

#output_gems
{

  font-family: Georgia, "Times New Roman", serif;
  width: 300px;
  height: 120px;
  position: absolute;
  font-weight: bold;
  top: 570px;
  left: 800px;
   color: white;

}

#output_vitality
{
  font-family: Georgia, "Times New Roman", serif;
  width: 300px;
  height: 120px;
  position: absolute;
  font-weight: bold;
  top: 510px;
  left: 800px;
  color: white;


}



#output_box_ln1
{
  font-family: "Lucida Console", Monaco, monospace;
  width: 300px;
  height: 120px;
  position: absolute;
  top: 600px;
  left: 650px;
  font-weight: bold;
   color: #FFBF00;

}

#output_box_ln2
{
  font-family: "Lucida Console", Monaco, monospace;
  width: 300px;
  height: 120px;
  position: absolute;
  top: 620px;
  left: 650px;
  font-weight: bold;
   color: #FFBF00;

}


#output_box_ln3
{
  font-family: "Lucida Console", Monaco, monospace;
  width: 300px;
  height: 120px;
  position: absolute;
  top: 640px;
  left: 650px;
  font-weight: bold;
   color: #FFBF00;

}

#output_box_ln4
{
  font-family: "Lucida Console", Monaco, monospace;

  width: 300px;
  height: 120px;
  position: absolute;
  top: 660px;
  left: 650px;
  font-weight: bold;
   color: #FFBF00;

}

#output_box_ln5
{
  font-family: "Lucida Console", Monaco, monospace;

  width: 300px;
  height: 120px;
  position: absolute;
  top: 680px;
  left: 650px;
  font-weight: bold;
   color: #FFBF00;

}

#output_box_ln6
{
  font-family: "Lucida Console", Monaco, monospace;

  width: 300px;
  height: 120px;
  position: absolute;
  top: 700px;
  left: 650px;
  font-weight: bold;
   color: #FFBF00;

}

#spell_box
{
  width: 300px;
  height: 60px;
  position: absolute;
  top: 740px;
  left: 700px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: white;
}

#selected_spell_output
{
  font-family: "Lucida Console", Monaco, monospace;
   font-size: 20px;
  width: 300px;
  height: 60px;
  position: absolute;
  top: 740px;
  left: 700px;
    font-weight: bold;
   color: black;

}


#output_turns_left
{
//  font-family: Georgia, "Times New Roman", serif;
  width: 300px;
  height: 120px;
  position: absolute;
  top: 540px;
  left: 890px;
   font-weight: bold;
   color: white;

}

#output_vitality_level

{
//  font-family: Georgia, "Times New Roman", serif;
  width: 300px;
  height: 120px;
  position: absolute;
  top: 510px;
  left: 890px;
 font-weight: bold;
   color: white;

}

#output_gem_count

{
//  font-family: Georgia, "Times New Roman", serif;
  width: 300px;
  height: 120px;
  position: absolute;
  top: 570px;
  left: 900px;
   font-weight: bold;
   color: white;

}

#title_screen
{
  width: 1800px;
  height: 1100px;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-color: black;
}

button
{
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: bold;
  color: blue;
  padding: 5px 10px;
	
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;	
  background: white;
	
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

button:hover
{
  background-color: red;
  color: #000;
}

button:active
{
  background-color: #9e7606;
  color: #000;
}






#title_pic
{
  width: 1000px;
  height: 750px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../images/loomis2_title_screen.png);
}


#start_button_message {


  font-family: "Lucida Console", Monaco, monospace;
  font-size: 24px;
  font-weight: bold;
    position: absolute;
//    padding-bottom: 20px;

//     text-shadow: 3x 3x black;
    top: 530px;
    left: 290px;

//    -webkit-text-stroke: 1px #000;
//     -moz-text-stroke: 1px #000;
//       text-stroke: 1px #000;
   color: black;
}



#restart_button_message {

  text-align: center;
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 24px;
  font-weight: bold;
    position: absolute;
    padding-bottom: 20px;

     text-shadow: 3x 3x black;
    top: 830px;
   left: 320px;



    -webkit-text-stroke: 1px #000;
     -moz-text-stroke: 1px #000;
       text-stroke: 1px #000;
   color: red;



}


#up_arrow_top {

    position: absolute;
    width: 49px;
    height: 50px;


//    top: 0px;
//    left: 900px;

    top: 0px;
    left: 950px;

    background-color: black;
  background-image: url(../images/arrow_up.png);
}


#down_arrow_top {

    position: absolute;
    width: 49px;
    height: 50px;


//    top: 100px;
//    left: 900px;

   top: 100px;
    left: 950px;


    background-color: black;
  background-image: url(../images/arrow_down.png);

}


#right_arrow_top {

    position: absolute;
    width: 49px;
    height: 50px;


//    top: 50px;
//    left: 970px;


    top: 50px;
    left: 1020px;

    background-color: black;
  background-image: url(../images/arrow_right.png);

}

#left_arrow_top {

    position: absolute;
    width: 49px;
    height: 50px;


//   top: 50px;
//   left: 830px;

  top: 50px;
   left: 880px;


    background-color: black;
  background-image: url(../images/arrow_left.png);

}

#arrows_button_top {

    position: absolute;
    width: 49px;
    height: 40px;

    top: 55px;
    left: 950px;

    background-color: black;
  background-image: url(../images/arrows_button.png);

}



#up_arrow_bottom {

    position: absolute;
    width: 49px;
    height: 50px;
//    top: 900px;
//    left: 1100px;

    top: 800px;
    left: 900px;

    background-color: black;
  background-image: url(../images/arrow_up.png);
}


#down_arrow_bottom {

    position: absolute;
    width: 49px;
    height: 50px;

//    top: 100px;
//    left: 1100px;

    top: 900px;
    left: 900px;

    background-color: black;
  background-image: url(../images/arrow_down.png);

}


#right_arrow_bottom {

    position: absolute;
    width: 49px;
    height: 50px;

//    top: 50px;
//    left: 1170px;

    top: 850px;
    left: 970px;

    background-color: black;
  background-image: url(../images/arrow_right.png);

}

#left_arrow_bottom {

    position: absolute;
    width: 49px;
    height: 50px;
//    top: 50px;
//    left: 1030px;

   top: 850px;
   left: 830px;



    background-color: black;
  background-image: url(../images/arrow_left.png);

}

#arrows_button_bottom {

    position: absolute;
    width: 49px;
    height: 40px;
//    top: 50px;
//    left: 1100px;

    top: 855px;
    left: 900px;

    background-color: black;
  background-image: url(../images/arrows_button.png);

}

#spell_left_button {

    position: absolute;
    width: 49px;
    height: 50px;
//    top: 50px;
//    left: 1100px;

    top: 750px;
    left: 650px;

    background-color: black;
  background-image: url(../images/arrow_left.png);

}
#spell_right_button {

    position: absolute;
    width: 49px;
    height: 50px;
//    top: 50px;
//    left: 1100px;

    top: 750px;
    left: 1000px;

    background-color: black;
  background-image: url(../images/arrow_right.png);

}

#board_grid
{
  width: 1000px;
  height: 680px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../images/board_grid.jpg);
}


#mini_gem1
{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 1px;
  left: 35px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-image: url(../images/mini_gem1.jpg);
}

#mini_gem2
{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 1px;
  left: 35px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-image: url(../images/mini_gem1.jpg);
}

#mini_gem3
{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 1px;
  left: 35px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-image: url(../images/mini_gem2.jpg);
}

#mini_gem4
{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 1px;
  left: 35px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-image: url(../images/mini_gem3.jpg);
}

#mini_gem5
{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 1px;
  left: 35px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-image: url(../images/mini_gem4.jpg);
}

#mini_gem6
{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 1px;
  left: 35px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-image: url(../images/mini_gem1.jpg);
}

#mini_gem7
{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 1px;
  left: 35px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-image: url(../images/mini_gem1.jpg);
}

#mini_gem8
{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 1px;
  left: 35px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-image: url(../images/mini_gem2.jpg);
}


#mini_gem9
{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 1px;
  left: 35px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-image: url(../images/mini_gem3.jpg);
}


#mini_gem10
{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 1px;
  left: 35px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-image: url(../images/mini_gem4.jpg);
}

#dice_output
{
  width: 90px;
  height: 40px;
  position: absolute;
  top: 730px;
  left: 0px;
}

#dice_top
{
  width: 35px;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: white;
}

#dice_top_output
{
  width: 90px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;

  color: black;
}

#dice
{
  width: 30px;
  height: 30px;
  position: absolute;
  top: 730px;
  left: 0px;
  background-color: white;
 background-image: url(../images/die_1.png);
}

#basket
{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 535px;
  left: 0px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-image: url(../images/basket.jpg);
}

#basket2
{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 535px;
  left: 0px;

  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-image: url(../images/basket2.jpg);
}

#safe_zone
{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 570px;
  left: 800px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-image: url(../images/safe_zone.jpg);
}

#explosion1
{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 535px;
  left: 0px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-image: url(../images/explosion.jpg);
}

#explosion2
{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 535px;
  left: 0px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-image: url(../images/explosion.jpg);
}

#explosion3
{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 535px;
  left: 0px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-image: url(../images/explosion.jpg);
}


#explosion4
{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 535px;
  left: 0px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-image: url(../images/explosion.jpg);
}

#explosion5
{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 535px;
  left: 0px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-image: url(../images/explosion.jpg);
}

#explosion6
{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 535px;
  left: 0px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-image: url(../images/explosion.jpg);
}

#explosion7
{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 535px;
  left: 0px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-image: url(../images/explosion.jpg);
}

#explosion8
{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 535px;
  left: 0px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-image: url(../images/explosion.jpg);
}

#explosion9
{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 535px;
  left: 0px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-image: url(../images/explosion.jpg);
}mini_gem.jpg

#explosion10
{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 535px;
  left: 0px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-image: url(../images/explosion.jpg);
}

#mini_game_safezone_button {


    position: absolute;

    width: 44px;
    height: 40px;
    top: 400px;
    left: 1000px;


  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
    background-color: red;
  background-image: url(../images/button.png);
}

#mini_game_basket_button {


    position: absolute;

    width: 44px;
    height: 40px;
    top: 300px;
    left: 1000px;


  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
    background-color: red;
  background-image: url(../images/button.png);
}



#mini_game_speed_button {


    position: absolute;

    width: 44px;
    height: 40px;
    top: 200px;
    left: 1000px;


  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
    background-color: red;
  background-image: url(../images/button.png);
}


#mini_game_roll_button {


    position: absolute;

    width: 44px;
    height: 40px;
    top: 550px;
    left: 850px;


  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
    background-color: red;
  background-image: url(../images/button.png);
}

#speed_spell_output

{
  font-family: Georgia, "Times New Roman", serif;
  width: 200px;
  height: 120px;
  position: absolute;
  top: 250px;
  left: 1000px;
 font-weight: bold;
   color: white;

}

#basket_spell_output

{
  font-family: Georgia, "Times New Roman", serif;
  width: 200px;
  height: 120px;
  position: absolute;
  top: 350px;
  left: 1000px;
 font-weight: bold;
   color: white;

}

#safezone_spell_output

{
  font-family: Georgia, "Times New Roman", serif;
  width: 200px;
  height: 120px;
  position: absolute;
  top: 450px;
  left: 1000px;
 font-weight: bold;
   color: white;

}

#mini_gems_heading

{
  font-family: Georgia, "Times New Roman", serif;
//  width: 200px;
//  height: 120px;
    font-size: 30px;
  position: absolute;
  top: 10px;
  left: 900px;
 font-weight: bold;
   color: white;

}


#mini_game_roll_button_heading

{
  font-family: Georgia, "Times New Roman", serif;
//  width: 200px;
//  height: 120px;
   font-size: 20px;
  position: absolute;
  top: 600px;
  left: 810px;
 font-weight: bold;
   color: white;

}
#mini_game_turns_heading

{
  font-family: Georgia, "Times New Roman", serif;
//  width: 200px;
//  height: 120px;
   font-size: 30px;
  position: absolute;
  top: 100px;
  left: 900px;
 font-weight: bold;
   color: white;

}

#mini_gems_output

{
  font-family: Georgia, "Times New Roman", serif;
//  width: 200px;
//  height: 120px;
   font-size: 30px;
  position: absolute;
  top: 50px;
  left: 900px;
 font-weight: bold;
   color: black;

}

#mini_game_turns_output

{
  font-family: Georgia, "Times New Roman", serif;
//  width: 200px;
//  height: 120px;
   font-size: 30px;
  position: absolute;
  top: 130px;
  left: 900px;
 font-weight: bold;
   color: black;

}

#mini_game_message_box_output
{
  font-family: "Lucida Console", Monaco, monospace;
  width: 300px;
  height: 120px;
  position: absolute;
  top: 0px;
  left: 850px;
  font-weight: bold;
   color: #FFBF00;

}

#mini_game_message_box
{
  width: 300px;
  height: 240px;
  position: absolute;
  top: 0px;
  left: 850px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);

  background-color: black;
}


#restart_button {

    width: 44px;
    height: 40px;

    position: absolute;

    top: 870px;
   left: 490px;

//    top: 0px;
//    left: 490px;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
    background-color: red;
  background-image: url(../images/button.png);
}


#start_button {

//  font-family: "Lucida Console", Monaco, monospace;
//    text-align: center;
//  font-size: 15px;
//  font-weight: bold;
    position: absolute;
//    padding-bottom: 20px;

    width: 44px;
    height: 40px;
    top: 590px;
    left: 400px;


  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
    background-color: red;
  background-image: url(../images/button.png);
}


#multiplier_output

{
  font-family: Georgia, "Times New Roman", serif;
//  width: 200px;
//  height: 120px;
    font-size: 30px;
  position: absolute;
  top: 500px;
  left: 1050px;
 font-weight: bold;
   color: white;

}



#loomis3_ad {

    position: absolute;
    width: 160px;
    height: 600px;
//    top: 50px;
//    left: 1100px;

    top: 0px;
    left: 1010px;

    background-color: black;
  background-image: url(../images/loomis3_ad_v2.jpg);

}
.buttons:hover {
 -moz-box-shadow: 0 0 10px #ccc; 
-webkit-box-shadow: 0 0 10px #ccc; 
box-shadow: 0 0 10px #ccc; 
} 