/*
    This file is part of the Big Kyoqii game.
    Copyright (C) 2011  Jérémy Gabriele, Romaric Pighetti, Wiz

    This program 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.

    This program 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/>.
*/

body
{
    background: #ffffff;
}

#banner
{
    height: 200px;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    background: brown;
}

#content
{
    height: 700px;
    width: 800px;
    padding: 0px;
    background: #000000;
    margin-left: auto;
    margin-right: auto;
}

#game-canvas
{
    height: 600px;
    width: 800px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: lightgreen;
}

#userinfo
{
  height: 100px;
  width: 800px;
  background: url("../data/images/infobackground.png") no-repeat;
  padding: 0px;
  margin: 0px;
  padding-left: 50px;
}

#userinfo img
{
	width: 60px;
	height: 60px;
	float: left;
	margin: 0px;
	margin-left: 20px;
	margin-top: 25px;
}

#footer
{
  text-align: center;

}
