body {
    overflow: auto;
}
.tetris-container {
    background-color: #000000;
    text-align:center;
    padding: 50px;
}
.tetris-main-div {
    width: 400px;
    margin: auto;
}
.tetris-gamearea-div {
    position: relative;
    background: #99C7FF url("img/mainbg.jpg") no-repeat center center;
    border: 1px solid #999999 !important;
    float: left;
}
.tetris-message-div {
    position: absolute;
    top: 30px;
    width: 80%;
    left: 10%;
    color: #D41111;
    font: bolder 24px Tahoma;
}
.tetris-message-div table.scores {
    border-collapse: collapse;
    width: 100%;
}
.tetris-message-div table.scores td {
    font: bold 11px Tahoma;
    border-bottom: 1px solid #FFFFFF;
    color: #333333;
}
head+body .tetris-message-div {
    background: url("img/white60.png");
}
* html .tetris-message-div {
    background: #ffffff;
    filter: alpha(opacity=60);
}
* html .tetris-message-div table.scores td {
    color: #000000;
    border-bottom: 1px solid #000000;
}
.tetris-right-bar {
    float: right;
    width: 150px;
    margin-right: 10px;
    font: bold 20px Tahoma;
    color: #cccccc;
}
.tetris-right-bar div.block {
    border: 3px solid #3A75C2;
    background-color: #99C7FF;
    padding: 3px 0;
    color: #ffffff;
    text-align: center;
}
.tetris-right-bar div.block table {
    margin: auto;
}
head+body .tetris-right-bar div.block {
    background: #99C7FF url("img/shadow.png") repeat-x bottom;
}
.tetris-right-bar button {
    width: 130px;
    font: bold 17px Tahoma;
    margin-bottom: 15px;
    border: 2px solid #860D14;
    color: #000000;
    background-color: #EE8521;
    overflow: visible;
}
head+body .tetris-right-bar button {
    background: #EE8521 url("img/shadow.png") repeat-x bottom;
}
.tetris-main-table {
    border-collapse: collapse;
}
.tetris-main-table td {
    width: 20px;
    height: 20px;
    padding: 0;
}
.tetris-main-table tr.removing td {
    background-color: white;
}
.tetris-container .info {
    font: 11px Tahoma;
    color: #666666;
    margin-top: 20px;
}
.tetris-container .info a {
    color: #777777;
}
head+body .tetris-cell {
    background-image: url("img/cell-bg.png");
}
.tetris-figure0 {
    background-color: #E31B1B;
}
.tetris-figure1 {
    background-color: #F2960C;
}
.tetris-figure2 {
    background-color: #E500D6;
}
.tetris-figure3 {
    background-color: #F7DA00;
}
.tetris-figure4 {
    background-color: #FF5EB7;
}
.tetris-figure5 {
    background-color: #6E75F5;
}
.tetris-figure6 {
    background-color: #2AB522;
}
.tetris-ground-cell {
    background-color: #888888;
}