@charset "utf-8";

/* Change only if necessary for the activity */
.content{
	top: 200px;
}

#gameArea {
 position:absolute;
 left:25px;
 top:37px;
 overflow:hidden;
}

#buttons {
 position:absolute;
 top:440px;
 left:0px;
 width:885px;
 height:60px;
}

#score{
 position:absolute;
 left:295px;
 top:20px;
 font-size:22px;
 font-weight:bold;
 color:white;
 font-family: sans-serif;
}

#playButton {
 position:absolute;
 left:485px;
 top:8px;
}

/*
#soundButton {
 position:absolute;
 left:540px;
 top:9px;
}
*/

#clouds {
 position:absolute;
 top:-6px;
 left:0px;
}

.answers {
 height:127px;
 width:127px;
}

#endScreen {
  position:absolute;
  left:25px;
  top:40px;
}

#playAgainButton {
  position:absolute;
  top:150px;
  left:275px;
}

#choicesDiv {
 
}


/* change the position of the answers */

/*
#ans0 {
 left:40px;
 top:60px;
 width:83px;
 height:119px;
}
*/
