body{
    background-color: rgb(215, 228, 194);
}

#wrapper {
    position:relative;
    margin: 0 auto;
    width:1200px;
    height:1100px;
    background-color:rgb(215, 228, 194);
}

#nav {
    position:relative;
    margin: 0 auto;
    width:1200px;
    height:100px;
    background-color:rgb(215, 228, 194) 
}

#logo {
    position: absolute;
    width:300px;
    height:100px;
    background-color:rgb(215, 228, 194);
}

ul#menu {
    margin:auto;
    left: auto
}
ul#menu li {
    display:inline-block;
    margin:auto;
    padding-left:20px;
    padding-right:20px;  
}
ul#menu li a {
    text-decoration:none;
    color:black;  
}
ul#menu li a:hover{
    color:grey;
}
#menu {
    position:absolute;
    width:700px;
    height:50px;
    background-color:rgb(215, 228, 194);
    left:500px;
    top:25px;
    font-family:'Lato' athelas; 
    font-size:1.1em; 
}
#content {
    position:absolute;
    width:1200px;
    height:750px;
    background-color:rgb(215, 228, 194);
    
}
#text {
    position:absolute;
    width:500px;
    height:750px;
    left:600px;
    font-family:'Lato' athelas;
    font-size:1em;
    background-color:rgb(215, 228, 194); 
}
#image {
    position:absolute;
    width:600px;
    height:750px;
    font-family:'Lato' athelas;
    font-size:1em;
    background-color:rgb(215, 228, 194);
}
#footer {
    position:absolute;
    width: 1200px;
    height:100px;
    top:750px;
    background-color:rgb(215, 228, 194);
    font-family:'Lato' athelas;
    font-size:1em; 
}
