html
{
	width: 100%;
	height: 100%;
	background: #F4F4AD url("../img/bg_content_container.png") no-repeat center 329px;
}
body
{
	height:100%;
	background: url("../img/bg_header.png") repeat-x top;
}
#container
{
	margin: auto;
	max-width: 828px;
}
#header
{
	position: relative;
	top: 46px;
	padding-left: 50px;
	position: relative;
}
#container_content
{
	position: relative;
	top: 145px;
	padding-right: 14px;
	background: url("../img/shadow_right.png") repeat-y right;
}
#container_content_inner
{
	padding-left: 13px;
	background: url("../img/shadow_left.png") repeat-y left;
}
#content
{
	/*width: 100%;*/
	padding: 12px;
	padding-right:0px;
	background: white;

}
#primary
{
	position:relative;
	float: left;
	width: 65%;
	height: 100%;
	border-right: 1px solid #A0BC3B;
	padding: 1.25em;
	padding-top: .75em;
}
#secondary
{
	position:relative;
	float:left;
	padding: 0px 12px 12px 12px;
	height: 100%;
}
#footer
{
	position:relative;
	top: 145px;
	color: #999999;
	background: url("../img/shadow_bottom.png") repeat-x top;
	padding:3px;
	margin-left:8px;
	margin-right:8px;
}
h1 img, .download_button
{
	display:block;
	float:right;
	margin-left: 10px;
}
#advertising img
{
	display: block;
	margin: auto;
	margin-top: 1.5em;
}
ul.awards li
{
	display: inline;
	margin-right: 10px;
}
dd+p.warning
{
	margin-left:1.5em;
}

dt.no_description.has_icon
{
	display:inline;
	margin-right:2em;
	line-height: 3em;
}
.linkback img
{
	max-height: 3em;
}
.features, .requirements
{
	list-style: disc inside;
}
.game_icon
{
	padding-right:4px;
}
.game_screenshot
{
	display: block;
	margin: auto;
	margin-bottom: 1.5em;
}
#primary .home_games
{
	float:left;
}
#primary div#lobby_games.home_games
{
	margin-right:4%;
	width: 50%;
}
#primary div#solo_games.home_games
{
	margin-right:-0%;
	width:46%;
}

#primary div.home_games li ul
{
	margin-left:1em;
	margin-top:0px;
}
#primary .home_games li ul li
{
	font-size:1em;
}
img.inserted
{
	display:block;
	margin:auto;
}
.lobby_ad
{
	width: 80%;
	margin: auto;
	border:1px solid #A0BC3B;
	padding: .5em;
}

/* clearing tools ---------------------- */
.brclear {
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
.clearfix {display: block;}
/* End hide from IE-mac */
