/*
 *     This file is part of KONRI.com iPgames.
 *
 *     KONRI.com iPgames is free software; you can redistribute it and/or modify
 *     it under the terms of the GNU General Public License as published by
 *     the Free Software Foundation; either version 3 of the License, or
 *     (at your option) any later version.
 *
 *     KONRI.com iPgames is distributed in the hope that it will be useful,
 *     but WITHOUT ANY WARRANTY; without even the implied warranty of
 *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *     GNU General Public License for more details.
 *
 *     You should have received a copy of the GNU General Public License
 *     along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

/*
 *     This file is part of KONRI.com iPgames.
 *
 *     KONRI.com iPgames is free software; you can redistribute it and/or modify
 *     it under the terms of the GNU General Public License as published by
 *     the Free Software Foundation; either version 3 of the License, or
 *     (at your option) any later version.
 *
 *     KONRI.com iPgames is distributed in the hope that it will be useful,
 *     but WITHOUT ANY WARRANTY; without even the implied warranty of
 *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *     GNU General Public License for more details.
 *
 *     You should have received a copy of the GNU General Public License
 *     along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

* {
    padding: 0;
    margin: 0;
}

body {
    text-align: center;
    background: #000000;
    margin: 0;
    padding: 0;
}

#container {
    margin: 0 auto;
    width: 300px;
}

#grid {
    width: 285px;
    font-size: 0;
    background: url( "grass.png" );
}

#movesCounter {
    margin-right: 4px;
    font-size: 12px;
    color: #ffffff;
}

#menu {
    margin: 0 auto;
    width: 285px;
    font-size: 0;
}

.format {
    margin-top: 8px;
}