body{
    background-image: url(images/sagewall.jpeg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
#box1{
    position:absolute;
    border-style: ridge;
    border-color: #543528;
    border-width: 5px;
    background-color: #6e5137;
    width: 1300px;
    height:100px;
    left: 25px;
}
#box2{
    font-family:  "Sekuya",Georgia, 'Times New Roman', Times, serif;
    font-size: 68px;
    color:#15191E;
    text-align:center;
    text-shadow: 5px 2px 1px #29706d ;
    position:absolute;
    top:-45px;
    left: 565px;
}
#box3{
    position:absolute;
    left: 5px;
    top: 22px;
}
#box4{
    position:absolute;
    right:5px;
    top:22px;
}
button{
    background-color: #3E6B5F;
    color:#022e22;
    height: 50px;
    width: 100px;
    font-family: "Jersey 10", Georgia, 'Times New Roman', Times, serif;
    font-size: 40px;
    border-color:#022e22;
    border-radius:4px;
}
#box5{
    position:absolute;
    border-style:ridge;
    border-color:#543528;
    border-width: 5px;
    background-color: #6e5137;
    width: 570px;
    height:415px;
    top: 150px;
    left:100px;
}
#box6{
    position:absolute;
    border-style:ridge;
    border-color:#543528;
    border-width: 5px;
    background-color: #6e5137;
    width: 570px;
    height: 150px;
    top: 150px;
    right:100px;
}
#box7{
    position:absolute;
    border-style:ridge;
    border-color:#543528;
    border-width: 5px;
    background-color: #6e5137;
    width: 277px;
    height: 250px;
    top: 315px;
    right: 100px;
}
#box8{
    position:absolute;
    border-style:ridge;
    border-color:#543528;
    border-width: 5px;
    background-color: #6e5137;
    width: 277px;
    height: 250px;
    top: 315px;
    right: 393px;
}
#box9{
    position:relative;
    border-style:groove;
    border-color:#E3CDB1;
    border-width: 3px;
    background-color: #d8cbbb;
    width: 450px;
    height: 30px;
    top: 10px;
    margin-left:auto;
    margin-right:auto;
    font-family: "Jim Nightshade", Georgia, 'Times New Roman', Times, serif;
    text-align:center;
    font-size: 26px;
}
#box10{
    position:relative;
    border-style:groove;
    border-color:#ffeace;
    border-width: 3px;
    background-color: #a79074;
    width: 550px;
    height: 340px;
    top: 25px;
    margin-left:auto;
    margin-right:auto;
    font-family: "Jim Nightshade", Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
}