#banner {
    display:none
}

/*
body, ownerbody, tetris, notouch, screen {
    background: #000;
    background-color: #000000;
    font-family: Helvetica, Arial, sans-serif;
}*/

body, .ownerbody  {
    background: #000;
    background-color: #000000;
    font-family: Helvetica, Arial, sans-serif;
}

body {
    margin: 0;
    /*padding-top: 10px;*/
}

#screen, #tetris, #lB {
    background-color: #000000;
    color: #000000;
}

.raster .tetris .ownerbody .screen .ownerbody .banner {
    background-color: #000000;
    font-family: Helvetica, Arial, sans-serif;
}

.overlay .info .text {
    font-family: Helvetica, Arial, sans-serif;
}

.tile.e1 {
    background-color: #81b725;
    background: #81b725;
    border:5px solid #81b725;
    box-sizing:border-box;
    color:#331a00;
}

.tile {
    background-color: #000;
    color:#fff;
}
div[type="list"] .tile .connect .flypiconConnect {
    color: #FF6930;
}
.tile a {
    color: #fff;
    opacity: 0.8;
}



