.gameWrapper
{
    width: 500px;
    height: 600px;
}

.board
{
    position: relative;
    width: 500px;
    height: 500px;
    background-image: url(back.jpg);
    background-repeat: no-repeat;
}

.piece
{
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    -moz-opacity: .95;
    filter: alpha(opacity=95);
}

.score,
#counterwrap
{
    display: none;
}
