h1
{
    color: rgb(12,104,124);
}

.gameWrapper
{
    position: relative;
    width: 680px;
    height: 420px;
    padding: 10px;
    background-image: url(image/back.jpg);
    background-repeat: no-repeat;
}

.blankTile,
.tile
{
    width: 81px;
    height: 81px;
}

.tile
{
    cursor: pointer;
}

.imageNotes
{
    position: absolute;
    left: 0;
    top: 0;
    width: 700px;
    color: #777;
    font-size: 90%;
}

.imageNotes,
.imageNotes a
{
    color: #888;
}

.blockRow
{
    margin: 0;
    padding: 0;
    height: 81px;
    overflow: hidden;
}

.sprite
{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 9px;
    height: 9px;
    z-index: 1000;
}

#tellFriend {
    position: absolute;
    left: 500px;
    top: 40px;
    width: 190px;
    font-size: 80%;
    text-align: right;
}
