* {
    margin: 0px;
    padding: 0px;
}

body {
    background-image: url('../images/bingobg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    
    text-align: center;
}

h1 {
    
}

#bingo-current {
    background-color: white;
    /*opacity: 0.6;*/
    /*filter: alpha(opacity=60);*/

    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */

    padding: 5px;
    /*font-size: 100px;*/
    font-size: 120px;

    width: 100%;
}

#bingo-history {
    width: 100%;
    
    /*font-size: 12px;*/
    font-size: 28px;

    padding-left: 40px;
    padding-right: 40px;
}

#bingo-history ul {
    list-style: none;
}

#bingo-history ul li {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 4px;
    /*width: 50px;*/
    width: 70px;

    background-color: white;
    /*opacity: 0.6;*/
    /*filter: alpha(opacity=60);    */

    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

#bingo-min {
    width: 60px;
    text-align: center;
}

#bingo-max {
    width: 60px;
    text-align: center;
}

#bingo-reset {
}

#bingo-next {
}