.games-container{
width: 770px;
display: block;
border-top: 1px dotted #ececec;
border-bottom: 1px dotted #ececec;
}

.freegame{
background: url("../images/freegame.png") no-repeat top center;
width: 370px;
height: 155px;
float: left;
margin: 3px 15px 20px 3px;
line-height: 150%;
font-weight: bold;
}
.freegame .info{
width: 215px;
padding: 0 5px 2px 0;
float: right;
font-weight: normal;
font-size: 11px;
line-height: 130%;
}
.freegame img{
float: left;
margin: 0 0 5px 2px;
}

.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;}

.downloadgame{
float: left;
margin-left: 40px;
width: 115px;
height: 26px;
background: url("../images/download-game.png") no-repeat center;
text-transform: uppercase;
text-align: center;
line-height: 200%;
}
.downloadgame a{color: #999999;}
.downloadgame a:visited{color: #cccccc;}
.downloadgame a:hover{color: #336699;}

.freegame{
background: url("../images/freegames.png") no-repeat top center;
display: block;
width: 370px;
height: 145px;
padding: 0;
margin: 0;
}