Ok, thanks!
So do I add that as
.spacer {margin-top:1em;}
and then assign that with a class or do I add that to the div's assignment like by adding this:
#newest-game {width:210px; float:left; height:100%; <strong>margin-top:1em;</strong>}
?
Thanks! (I'll try both now)