		body {
			background-color:white;
		}
		.game_header ul li, .game_footer ul li
		{
			width: 33%;
			display:inline;
			float:left;
		}
		.g_code {
			width:5%;
		}
		.game_header ul, .game_footer ul {
			margin-left: 0;
			padding-left: 0;
		}
		.game_footer ul li {
			width: 33%;
		}
		.description {
		 	clear: left;
			padding-left:20px;
		 }
		 .clear {
		 	clear:left;
		 	padding:5px;
		 }
