#OfflineMessage {
     background-color: #FFBF00;
     position: absolute;
     top: 0px;
     margin: 5px auto;
     left: 50%;
     width: 150px;
     margin-left: -75px;
     text-align: center;
     border-radius: 0.5em;
     line-height: 0px;
     opacity: 0;
}

#container {
     position: absolute;
     bottom: 0px;
     margin: 0 auto;
     left: 50%;
     margin-left: -240px;
}

#SpeedGage {
     width:200px; height:160px;
     display: inline-block;
     margin: 1em;
}

#SolarGage {
     width:200px; height:160px;
     display: inline-block;
     margin: 1em;
}