body {
    background: black;
    color: black;
    margin: 0%;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

#bgimage {
    position: absolute;
    margin: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
}

#title {
    width: 500px;
    height: 50px;
    margin-top: 50px;
    margin-left: 50px;
    position: absolute;
    z-index: 1;
    font-size: 50px;    
    font-weight: bold;
    text-shadow: 2px 2px 8px #888888;
}

#gridstats {
    right: 0px;
    border: 2px solid;
    border-radius: 10px;
    border-color: sienna;
    background: black;
    background: rgba(32,16,5,0.5);
    color: white;
    z-index: 2;
    position: absolute;
    font-size: 16px;    
    font-weight: bold;
    text-align: right;
    margin: 25px 50px 50px 50px;
    padding: 10px 10px 10px 10px;
    box-shadow: 5px 5px 16px #888888;
}

#gridstatitem {
    color: #DDDD00;
}

#gridstatus {
    color: #00FF00;
}