* {
        margin: 0;
        padding: 0;
      }
      body {
        font-family: FuturaPT-Medium;
      }
      
      .FuturaPT-Medium { 
	font-family: FuturaPT-Medium;
	font-weight: normal;
	font-style: normal;
	 }
      
      h1, h2, h3, h4, h5 { 
		font-family: FuturaPT-Medium; 
		font-weight: normal; 
		font-style: normal; 
	  }
      
      #page-background {
      	position:fixed; top:0; left:0; width:100%; height:100%;}
      
      #top_region {
      margin-top: 5%;
      }
      #left_region {
        float: left;
        width: 120px;
      }
      #center_region {
        margin-left: 20%;
        margin-right: 20%;
      }
      #right_region {
        float: right;
        width: 20%;
      }
      #bottom_region {
      }
      #whole_region {
      width: 100%;
      height: 100%;
      background-color: #000000;
      }
      
      .meter-wrap{
    position: relative;
}

.meter-wrap, .meter-value, .meter-text {
    /* The width and height of your image */
    width: 98%; height: 1px; top: 5px; left: 10px; right: 0px;
}


