*{border:none;outline:none;}body 
{
	padding-top: 20px !important;
	padding-bottom: 20px;	
}

html 
{
    overflow-y: scroll;
}

#logo_left
{
  float: left;
}

#logo_right
{
  float: right;
}

.container
{
	margin: 0px auto;
	max-width: 800px;
}

.button 
{ 
  width: 100px; height: 30px; line-height: 24px; font-size: 14px; float: left; color: white; 
  background-color: #68e316; text-align: center; 
  /*gradient styles*/ 
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#68e316), to(#359f30)); 
  background: -moz-linear-gradient(19% 75% 90deg,#359f30, #68e316); 
  /*border styles*/ border-left: solid 1px #c3f83a; border-top: solid 1px #c3f83a; border-right: solid 1px #82a528; border-bottom: solid 1px #58701b; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; 
  -webkit-gradient(linear, 0% 0%, 0% 100%, from(#68e316), to(#359f30)) 
} 
.button span
{ 
	font-size: 14px; font-weight: 900; font-family: helvetica, sans-serif; vertical-align: text-top;  line-height: 24px;
} 

.button a { text-decoration: none; color: fff; } .button:hover { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#359f30), to(#68e316)); background: -moz-linear-gradient(19% 75% 90deg,#68e316, #359f30); } 
#content{height:300px;width:100%;}
#gamesList{height:300px;width:624px;float:left;position:relative;overflow:hidden}
.games{float:left;width:100px;height:140px;display:block;margin:3px 15px;font-size:12pt;}
#leftarrow{float:left;}
#leftarrow a{display:block;background-image:url('../images/leftsprite.png');background-position:top;text-indent:-9999px;width:73px;height:80px;margin-top:100px;margin-left:15px;}
#leftarrow a:hover{background-position:-3px 162px ;}
#leftarrow a:active{background-position:-2px 80px ;}
#rightarrow{float:right;}
#rightarrow a{display:block;background-image:url('../images/rightsprite.png');background-position:top;text-indent:-9999px;width:73px;height:80px;margin-top:100px;margin-right:15px;}
#rightarrow a:hover{background-position:-3px 162px ;}
#rightarrow a:active{background-position:-2px 80px ;}
#gameInfo{border-top:2px solid #ffd65a;padding:10px 0;width:100%;}
#gameInfo #thumbnailLarge{width:200px;height:200px;float:left;display:block;}
#gameInfo #gameDetails{width:585px;height:200px;float:left;display:block;margin-left:15px;vertical-align:top;}
#gameDetails h2{margin:0;padding:0;font-size:24px;}
#gameInfo #moreDetails{width:800px;margin-top:5px;}
#moreDetails h3{font-size:19px;font-weight:100;margin:3px 0;}
#moreDetails #screenshots img{margin:0px 8px;}
.content{position:absolute;top:0;height:258px;width:524px;float:left;padding:11px 50px}
