body
{
	background	:black;
	color		:silver;
}

h1
{
	width		:98%;
	color		:yellow;
	text-align	:center;
}

h2
{
	color		:yellow;
	text-align	:center;
}

div.footer
{
	clear		:both;
	width		:100%;
	text-align	:center;
	font-size	:x-small;
	float		:none;
	padding		:20px 0 0 0;
}

div.sa
{
	width		:49%;
	position	:relative;
	float		:left;
	border-bottom-width	: 0;
	border-left-width	: 0;
	border-top-width	: 0;
	border-right-width	: medium;
	border-color	: yellow;
	border-style	: solid;
}

div.saa
{
	width		:49%;
	position	:relative;
	float		:right;
}

div.status
{
	width		:47%;
	position	:relative;
	float		:left;
	text-align	:left;
	color		:white;
	left		:3%;
}

a
{
	color	:#00ff00;
}

a:visited
{
	color	:#00e500;
}

a:hover
{
	color	:#ff0000;
}

a.game
{
	float		:right;
	text-align	:right;
  margin-right: 3%;
}

img
{
	border		:none;
}

img.gamepict
{
	position	:relative;
	width		:94%;
	left		:3%;
}

img.valid
{
	position	:relative;
	float		:right;
}

img.lang
{
	position	:relative;
	float		:right;
}

div.lang
{
	width		:97%;
	position	:absolute;
	text-align	:right;
}


p.gamedesc
{
	clear		:both;
	text-align	:justify;
	padding		:20px 20px 20px 20px;
}
