.body{

    max-width: 1024px auto;
}

.title{
    background-image: url(storebanner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    text-align: center;
    height: 233px;
    width: 761px auto;
}

.title-text{
    padding-top: 100px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size:xx-large;
}

.front{
    background-image: url(storefront.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:auto;
    width: 1024px;
    height: 698px;
    
}
