document.write('<style type="text/css">');
document.write('         button,');
document.write('         button:visited {');
document.write('               background-color: #dddddd;');
document.write('               color: #050505;');
document.write('               text-decoration: none;');
document.write('         }');
document.write('         .wsLetter {');
document.write('              background-color: #C09057 ;');
document.write("              background-image: url('http://www.studystack.com/images/scrabble_tile_down.jpg'); ");
document.write('              position:absolute;');
document.write('              display: inline;');
document.write('              cursor: hand;');
document.write('              text-align: center;');
document.write('              top: 40px;');
document.write('              height: 75px;');
document.write('              width: 67px;');
document.write('              line-height: 75px;');
document.write('              font-size: 24pt;');
document.write('              font-family: Arial;');
document.write('         }');
document.write('         .smallLetter {');
document.write('              top: 65px;');
document.write('              height: 50px;');
document.write('              width: 45px;');
document.write('              line-height: 50px;');
document.write('              font-size: 20pt;');
document.write('              font-family: Arial;');
document.write('         }');
document.write('         .upLetter {');
document.write("              background-image: url('http://www.studystack.com/images/scrabble_tile_up.jpg'); " );
document.write('         }');
document.write('         .downLetter {');
document.write("              background-image: url('http://www.studystack.com/scrabble_tile_down.jpg'); " );
document.write('	 }');
document.write('      </style>');

document.write('     <div style="position: relative; width:707px;" >');
document.write('         <img src="http://www.studystack.com/images/scrabble_tile_holder.jpg" alt="" />');
document.write('         <div id="letterHolderDiv" style="position:absolute;top:70px;left:0px;width:707px;height:100px">');
document.write('         </div>');
document.write('     </div>');
