/*
 
 File: Game.css
 
 Abstract: CSS properties for the test game
 
 Version: <1.0>
 
 Copyright (C) 2007 Les Bird. All Rights Reserved.
*/

body
{
 text-align:center;
}

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

.format
{
margin-top: 0px;
}

