a img
{
    border: 0;
}

.tile
{
    position: absolute;
    width: 60px;
    height: 60px;
}

.tileImageAbove,
.tileImageBelow
{
    width: 60px;
    height: 1px;
}

.tileCenter
{
    width: 60px;
    height: 60px;
}

.g
{
    background-color: red;
}

.w
{
    background-color: #F8F5DF;
}

.b
{
    background-color: #C3A480;
}

.h
{
    background-color: #eec;
}

.t
{
    background: white;
}

#PI
{
    position: absolute;
    left: 0;
    top: 0;
}

.gameWrapper
{
    position: relative;
    width: 488px;
    height: 488px;
    background-color: rgb(195,164,128);
    z-index: 200;
}

.instructions
{
    width: 500px;
    font-size: 85%;
}

.instructions a
{
    color: #777;
}

div#navigation
{
    top: 160px;
}

#counterwrap,
.score
{
    display: none;
}

.nextPawn
{
    font-size: 90%;
}
