html{
background-color: #34302d;
background-repeat:repeat;
background-position:;
background-attachment:;
background-size:;
}
div.wrapper{
    position: relative;
    margin: 0px auto;
    
    width: 1000px;
    height:1500px;
   background-color: #fbfef9;
}
div.header{
    position:absolute;
    margin:;
    border-radius: 10px;
    width:;
    height:100px;
    top:5px;
    left:5px;
    right:5px;
    bottom:;
    background-position: center right;
    background-repeat: no-repeat;
    background-color: #ff692e;
}
div.content{
    position:absolute;
    text-align: center;
    margin:;
    width:;
    height:1325px;
    top:110px;
    left:10px;
    right:10px;
    bottom:;
    background-color:#fff6f2;
    overflow: auto;
    border-radius: 20px;
}
div.footer{
    position:absolute;
    margin:;
    width:;
    height:50px;
    top:1445px;
    left:5px;
    right:5px;
    bottom:;
    border-radius: 10px;
    background-color: #fe621d;
}
#map{
    height: 400px;
    width: 100%;
}
.button {
     cursor: pointer;
     background-color: #FF792B;
     border-radius: 8px;
     color: white;
     padding: 15px 32px;
     text-align: center;
     text-decoration: none;
     display: inline-block;
     font-size: 16px;
}
div.column {
    float: right;
    width; 60%;
    padding-right: 100px;
    height: 55px;
}
