//html, body {  width:100%;	margin-left: 10px;	padding: 10px;}

body {
	-webkit-text-size-adjust: none;
	background: #000000;
	background-image:url('background.png');
	padding:10px;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	align:center;
	color: white;
}
ul
{
	text-align:left;
	list-style-type:none;
	margin-top: 0px;
	padding:0px;
	padding-left:15px;
	padding-right:50px;
}
ul.center
{
	text-align:center;
	list-style-type:none;
	margin-top: 0px;
	padding:0px;
	padding-left:10px;
	padding-right:50px;
}
li.gnomey
{
	background-image:url("gnomey.png");
	background-repeat:no-repeat;
	background-position:0px 20px; 
	padding-left:75px;
        height:255px;
	
}
.content
{
	background-color: #003366;
	border:4px solid #000;
	width:690px;
	padding:0px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom:0px;
	margin-top:5px;
	color: white;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	align:left;
}


a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #00ffff;
	font-style:bold;

}
article.games {
	max-width:1080px;
	padding-top: 8px;
	padding-bottom: 4px;
	background-color: #1b2a61;
	border-radius: 4px;

	margin-top: 6px;
	margin-bottom: 8px;
	text-align: center;
}
article.games a {
	text-decoration: none;
	display: inline-block;
	width: 344px;
	height: 285px;
	margin-left: 0px;
	margin-right: 6px;
	margin-bottom: 18px;
	/*border: 1px solid red;*/
	position: relative;
	
}
article.games a>div {
	background-color: #00203f;

	background-repeat: no-repeat;
	background-position: 0px 0px;
	
	color: white;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	padding-right: 6px;
	padding-top: 209px;

	width: 344px; /*229px;*/
	height: 90px; /*69px;*/
	border: 1px solid #62ccf4;

	border-radius: 3px;
	box-shadow: inset 0 0 10px #002b67;
	box-shadow: inset 0 0 6px #002b67;
	
}
article.games a>div>strong {
	font-size: 16px;
}