body {margin:0px;}
table { font: 14px tahoma; color: #ffffff; }
#tetris {margin-left:5px;margin-top:5px;position: relative; width: 310px; height: 361px; border: 1px solid #a0522d; background: #000000;}
#tetris-area { background: #000000; position: absolute; width: 180px; height: 360px;; left: 0px; top: 0px; overflow: auto; border:0px solid #a0522d; }
#tetris .left { background: #a0522d; position: absolute; width: 130px; height:360px; left: 180px; top: 0px; }
#tetris-nextpuzzle { position: absolute; top:150px; left:40px; background: #ffffff; overflow: visible; display: none; }
#tetris .usrctrl { position: absolute; left:5px; top: 210px;width:123px;height:81px;}
#tetris .arrbtn { position: relative;float:left;width:40px;height:40px;margin-right:1px;margin-top:1px;}
#tetris .left .stats { position: absolute; left:5px; top: 20px; }
#tetris .stats td { padding-bottom: 1px; }
img {border:0px;}

#tetris-stats-level { font-weight: bold; }
#tetris-stats-time { font-weight: bold; }
#tetris-stats-lines { font-weight: bold; }
#tetris .stats .txt16 {text-align: right; padding-right: 10px; }
#tetris-stats-score { font-weight: bold; }

#tetris .block0,
#tetris .block1,
#tetris .block2,
#tetris .block3,
#tetris .block4,
#tetris .block5,
#tetris .block6 { position: absolute; width: 14px; height: 14px;border-right: 1px; border-top: 1px solid #000000;border-collapse:collapse;}
#tetris .block0 { background: #ff4500; }
#tetris .block1 { background: #ff6347; }
#tetris .block2 { background: #6b8e23; }
#tetris .block3 { background: #228b22; }
#tetris .block4 { background: #ffd700; }
#tetris .block5 { background: #1e90ff; }
#tetris .block6 { background: #d2691e; }

