#boardheader { height:70px; }
#memologo { float:left;}
#boardheader ul { float:left; margin:29px 0px 0px 5px;}
#board { background:#d6d6d6; width:370px; height:420px; position:relative;}

#board img { position:absolute;}

#tile-1-1-1 { top: 2px; left: 0px;}

#tile-2-2-1 { top: 10px; left: 130px;}

#tile-3-3-1 { top: 3px; left: 250px; }

#tile-4-4-1 { top: 120px; left: 10px; }

#tile-5-5-1 { top: 105px; left: 102px; }

#tile-6-4-2 { top: 90px; left: 190px; }

#tile-7-6-1 { top: 210px; left: 0px; }

#tile-8-1-2 { top: 192px; left: 112px; z-index:2;}

#tile-9-3-2 { top: 190px; left: 280px; }

#tile-10-2-2 { top: 300px; left:60px; }

#tile-11-5-2 { top: 260px; left: 156px;}

#tile-12-6-2 { top: 290px; left: 260px;}

#memorypop { 
  position:absolute; 
  z-index:5; 
  border:1px solid #aaa; 
  background:#d6d6d6; 
  height:100px; 
  width:200px; 
  top:70px;
  left:75px;
}
#memorypop p { text-align:center; margin-top:20px; }

.clickable { cursor:pointer; }