body{ padding:10px; }
#campo{ width:440px; height:300px; background:#000; position:relative; overflow:hidden; }
#campo span, #campo em{ display: block; position: absolute; background:#fff; overflow:hidden; text-indent:-9999px; }
#campo .raquete{ top:100px; height:100px; width:10px;  }
#campo #raquete_1{ left: 10px; }
#campo #raquete_2{ right: 10px; }
#campo #rede{ width:1px; height: 300px; top:0; left:50%; }
#campo #bola{ width: 8px; height: 8px; top: 50%; left:50%; }
#campo span.start_raquete{ left:420px;  }
#campo #bola .corner{ background:#000; width:1px; height:1px; }
#campo #bola #c_lt{ top:0; left:0; }
#campo #bola #c_rt{ top:0; right:0; }
#campo #bola #c_lb{ bottom:0; left:0; }
#campo #bola #c_rb{ bottom:0; right:0; }
#campo #playgame{ text-indent:0; padding: 10px; font:bold 15px Tahoma; color:#999; height:20px; vertical-align:middle; width: 40px; text-align:center; left:190px; top: 130px; cursor:pointer; }

#placar { margin: 5px 0; height: 28px; position: relative; width:440px;  }
#placar span{ height: 28px; font:bold 28px Tahoma; color:#999; line-height: 28px; vertical-align: middle; position: absolute; top:0; }
#placar span#time_1{ left:0; }
#placar span#time_2{ right:0; }

p.intro, p.dificuldade, p.dificuldade select{ font:13px Tahoma; color:#999; }
p.dificuldade select { border: 1px solid #000; padding-left:3px; }

p.intro { margin-bottom: 10px; }
p.intro strong{ color:#000; font-size:14px; }
