    body 
    {
        background-color:white;
        text-align: center;
    }
    
    #container 				
    {
        width: 100%;
        height: 400px;
    }

    #gauge 
    {
        width: 200px;
        height: 160px;
        display: inline-block;
        margin: 1em;
    }

    p 
    {
        display: block;
        width: 450px;
        margin: 2em auto;
        text-align: left;
    }