body {
	width:100%;
	margin:0px;
	background-color:#01030d;
	background-image: url(../images/games_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	text-align: center;
}
#logo {
   display: block;  
   width: 174px;
   height: 82px;
}
#logo a:link, #logo a:visited {
   display: block;
   text-indent: -5000px;
   width: 174px;
   height: 82px;
	margin-top: 54px;
}
#logo a:hover {
   text-decoration: none;
}

#games {
	padding: 25px 0;
	width: 656px;
	height: 230px;
}
#game {
	width: 656px;
	height: 360px;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}

#countdown {
	display: block;
	width: 360px;
	height: 85px;
}

.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}
#footer {
	padding-top: 120px;
	width:840px;
	text-align: center;
	color: #232a32;
	font: 9px/14px Verdana;
}
#footer a {
	color: #232a32;
}
#footer a:hover { 
	color: #999;
}
#footer #logos {
	float: left;
	width: 840px;
}
#footer #logos img {
	padding: 0 5px;
}
#footer #links {
	text-align: left;
	float: right;
	width: 600px;
	padding-top: 10px;
}

#footer #copyright_info {
	width: 700px;
	float: right;
	text-align: right;
}

#footer #copyright_info p {
	padding: 0;
}
