.games_box
{
width:575px;
margin:8px auto;
background:#f8f7f7;
padding:8px;
border-bottom:#000000 1px dotted;
}
<div class="games_box">
<a href='#'>
<img src='$host_name/staff/game-$row[0].gif' width='78' height='75' alt='games' />
<div id='staff' style='position:relative; top:-50px;z-index:1; left:29px'>
<img src='images/staff_picks.png' alt='staffpick' width='50' height='51' /></div>
</a>
</div>
スタッフdivを配置します。ゲームボックスdivは大きいです。「clear:both」を使用しますが、使用しません。
1位
2位
スタッフピック画像を配置
3位
最後に、z-indexはstaffpick画像を使用し、画像の下のスペースを増やしました