.games-container{
width: 770px;
display: block;
border-top: 1px dotted #ececec;
border-bottom: 1px dotted #ececec;
}

.gamethumb{
background: url("../images/gamethumb.png") no-repeat top center;
display: block;
width: 370px;
height: 115px;
float: left;
padding: 3px;
margin: 0 5px 10px 0;
line-height: 150%;
font-weight: bold;
}
.gamethumb .info{
font-weight: normal;
font-size: 11px;
line-height: 130%;
}
.gamethumb img{
float: left;
margin: 0 5px 5px 0;
}

.playgame{
margin-left: 300px;
width: 70px;
height: 26px;
background: url("../images/play-game.png") no-repeat center;
text-transform: uppercase;
text-align: center;
line-height: 200%;
}
.playgame a{color: #999999;}
.playgame a:visited{color: #cccccc;}
.playgame a:hover{color: #336699;}
