  .centered {
   width: 30%;
   transform: translate(-50%, -50%);
   position: absolute;
   top: 50%;
   left: 50%;
   resize: both;
  }

  .progress-label {
    float: left;
    margin-left: 50%;
    margin-top: 5px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
  }
  
  div.background {
     /*background: url(../images/Misc/arch2.jpg);*/
    background: url(../images/Misc/house_for_sale.jpg);
    /*margin: 0 auto;*/
    /*background-size: 100%,100%;*/
    background-size: 100%, 100%;
    /*background-size: contain;*/
    /*-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;*/
    /*background-repeat: no-repeat;*/
    border: 1px solid black;

    
    
}

/*div.transbox {
    margin: 200px;
    margin-top: 200px;
    margin-bottom: 320px;
    margin-right: 400px;
    margin-left: 400px;
    
    margin-top: 15%;
    margin-bottom: 55%;
    margin-right: 30%;
    margin-left: 30%;
    transform: translate (-50%, -50%);
    
    
    
    background-color: #ffffff;
    border: 1px solid black;
    opacity: 0.77;
    filter: alpha(opacity=75); /* For IE8 and earlier */
}*/

div.transbox p {
    margin: 5%;
    font-weight: bold;
    color: #000000;
}
