/* CSS Document */
body {
  font:      11px Lucida Grande, Verdana, Arial, Helvetica, sans serif;
  margin:    10px;
  /*background: url(http://script.aculo.us/images/background.gif) repeat-x #fff;*/
}

a, a:hover, a:visited, a:active { 
  color: #FF66FF;
}

img { border: 0; }

#puzzle {
  width:450px;
  height:450px;
  border:1px solid #FF66FF;
  background-color:#FF66FF;
}

#puzzle img {
  float:left;
  margin:0px;
  cursor:move;
}

#puzzleinfo {
  position: relative;
  height: 450px;
  width: 450px;
  text-align: center;
  font-weight: bold; 
}

.congrats {
  position:relative;
  height: 450px;
  width: 450px;
  top: -477px;
  left:1px;
  z-index: 1;
  font-size: 20px;
  background-color: #FF66FF;
  color: white;
  font-weight: bold;
  vertical-align:middle;  
}


