/* game container */
	#ID_MAIN		{
							position		: fixed;
							left			: 0px;
							right			: 0px;
							top				: 0px;
							bottom			: 40px;
						}
						
/* game canvas */
	#ID_MAIN_CANVAS		{
							position		: absolute;
							left			: 0px;
							width			: 100%;
							top				: 0px;
							height			: 100%;
							border-radius	: 0px;
						}
	.ui-window			{
							position		: absolute;
							margin			: auto;
							left			: 10px;
							right			: 10px;
							top				: 10px;
							bottom			: 10px;
							font-size		: 14px;
						}
	
	.ui-window h1		{	font-size		: 20px; }
	.ui-window h2		{	font-size		: 19px; }
	.ui-window h3		{	font-size		: 18px; }
	.ui-window h4		{	font-size		: 17px; }
	.ui-window h5		{	font-size		: 16px; }
	.ui-window h6		{	font-size		: 15px; }
	