body { background:#222; color:#fff; text-align:center; font-family:Arial; }
#game-area { width:600px; height:400px; margin:20px auto; background:#333; position:relative; }
#box { width:50px; height:50px; background:red; position:absolute; }
