﻿.gamemat
{
    display: block;
    position: relative;
    width: 546px;
    height: 546px;
    border-style: none;
}

.gamematCenter
{
    display: block;
    position: absolute;
    top: 45px;
    left: 45px;
}

.gamematupleft
{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.gamematup
{
    display: block;
    position: absolute;
    top: 0px;
    left: 45px;
}

.gamematupright
{
    display: block;
    position: absolute;
    top: 0px;
    left: 501px;
}

.gamematdownleft
{
    display: block;
    position: absolute;
    left: 0px;
    top: 500px;
}

.gamematdown
{
    display: block;
    position: absolute;
    left: 45px;
    top: 500px;
}

.gamematdownright
{
    display: block;
    position: absolute;
    left: 501px;
    top: 500px;
}

.gamematleft
{
    display: block;
    position: absolute;
    left: 0;
    top: 45px;
}

.gamematright
{
    display: block;
    position: absolute;
    left: 501px;
    top: 45px;
}

.zonename
{
    font-family: Verdana;
    font-size: 12px;
    color: #ffffff;
    width: 542px;
    display: block;
    text-align: center;
    padding: 0px 2px 2px 2px;
    height: 15px;
    border-style: none;
    border-color: #000000;
    border-width: 1px;
    background-image: url(system2.gif);
    background-repeat: no-repeat;
}