body{
    background-color:#d4a18d;
}

#wrapper{
    position:relative;
    margin:0 auto;
    width:1800px;
    height:1000px;
    background-color:#d7e4c2;
}

#logobar{
    position: relative;
    width:1800px;
    height:50px;
    background-color:#a2232f;
    width: auto; 
}
}
ul#links li{
    display: inline-block;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;    
}

ul#links li a{
    text-decoration: none;
    color:#d7e4c2  
}

ul#links li a:hover{
    color:#ef4e22
}

#image{
    width:1800px;
    height:950px;
    background-color:#8a8c8f
}

#sidephoto{
    height: 100%;
    width: 100%;
    top:950px;
    bottom:50px;
    background-image:url(../images/amouse-bouche-1141976-1918x1356.jpg); 
}

ul#links li{
    display: inline-block;
    font-size:2.5em;
    padding-top: 5px;
    padding-left: 25px;
    padding-right: 25px;    
}

ul#links li a{
    text-decoration: none;
    color:#d7e4c2   
}

#facebook{
    position:absolute;
    width:50px;
    height:50px;
    background-color: #407762;
    background-image: url(../images/FB.jpg);
    max-width:100%;
    left:700px;
    top:900px;
}

#twitter{
    position:absolute;
    width:50px;
    height:50px;
    background-color: #407762;
    background-image: url(../images/instagram.jpg);
    max-width:100%;
    left:900px;
    top:900px;   
}

#instagram{
    position:absolute;
    width:50px;
    height:50px;
    background-color: #407762;
    background-image: url(../images/twit.jpg);
    max-width:100%;
    left:1100px;
    top:900px;  
}

#footer{
    position:absolute;
    width:1905px;
    height:50px;
    background-color: #a2232f;
    top:990px;  
}

#textbox{
    position:absolute;
    width:500px;
    height:500px;
    font-size:2em;
    top:50px; 
    Left:1200px;
    color: black;
}
